# HG changeset patch # User Christophe Lincoln # Date 1486765041 -3600 # Node ID 4e8dfb19f2a7c61b26f5dc0aa3c493f0d45cc3f4 # Parent e3cba575c564f5c216e441afecb95995dd3d7189 Small change to user plugins diff -r e3cba575c564 -r 4e8dfb19f2a7 plugins/users/users.cgi --- a/plugins/users/users.cgi Fri Feb 10 22:53:14 2017 +0100 +++ b/plugins/users/users.cgi Fri Feb 10 23:17:21 2017 +0100 @@ -23,14 +23,14 @@ cat $PEOPLE/$USER/profile.txt | wiki_parser cat << EOT
- $(gettext "Edit profile") + $(gettext "Modify profile") Dashboard
EOT else cat << EOT
- $(gettext "Create a profile page") + $(gettext "Create a profile page") Dashboard
EOT @@ -125,7 +125,7 @@ fi html_footer && exit 0 ;; - *\ edit-profile\ *) + *\ modprofile\ *) # Let user edit there profile if ! check_auth; then echo "ERROR" && exit 0 @@ -136,8 +136,8 @@ html_header user_box cat << EOT -

$(gettext "Edit profile [ $user ]")

-

$(gettext "Edit your profile settings") +

$(gettext "User:") $user

+

$(gettext "Modify your profile settings")

diff -r e3cba575c564 -r 4e8dfb19f2a7 tinycm --- a/tinycm Fri Feb 10 22:53:14 2017 +0100 +++ b/tinycm Fri Feb 10 23:17:21 2017 +0100 @@ -103,6 +103,7 @@ for plug in $(ls plugins) do if [ -d "$path/plugins/$plug" ]; then + echo "* Updating plugin: $plug" cp -a plugins/$plug $path/plugins fi done