tinycm rev 105
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Feb 20 20:49:00 2017 +0000 (2017-02-20) |
parents | 348289f0b48d |
children | 511841d477a3 |
files | plugins/users/users.cgi tinycm |
line diff
1.1 --- a/plugins/users/users.cgi Mon Feb 20 18:50:00 2017 +0100 1.2 +++ b/plugins/users/users.cgi Mon Feb 20 20:49:00 2017 +0000 1.3 @@ -87,7 +87,7 @@ 1.4 fi 1.5 1.6 else 1.7 - gettext "You must be logged to check or admin users" 1.8 + gettext "You must be logged in to check on admin users" 1.9 fi 1.10 html_footer && exit 0 ;; 1.11
2.1 --- a/tinycm Mon Feb 20 18:50:00 2017 +0100 2.2 +++ b/tinycm Mon Feb 20 20:49:00 2017 +0000 2.3 @@ -55,7 +55,7 @@ 2.4 fi 2.5 } 2.6 2.7 -# Rebuilt an up-to-date config file, plugins may need new variables 2.8 +# Rebuild an up-to-date config file, plugins may need new variables 2.9 update_config() { 2.10 echo "Updating config file: confi.cgi" 2.11 . ${path}/config.cgi 2.12 @@ -140,7 +140,7 @@ 2.13 boldify "Updating TinyCM install(s)..." 2.14 echo "" 2.15 2.16 - # File liste of args 2.17 + # File list of args 2.18 if [ -f "$path" ]; then 2.19 paths="$(cat ${list})" 2.20 else