X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ninjahelper;h=13a4ca9a727f62659327549ba9f8cd9f089d84ce;hb=7117ef41e54d47ea49a177498ee2fae3855e5d75;hp=817b47beaa6df44ecb9db103acab2b19fba48b5b;hpb=e1ca774007a7aae981a7ab054f5f2fa1b7564ceb;p=matthijs%2Fupstream%2Fbackupninja-vserver.git diff --git a/ninjahelper b/ninjahelper index 817b47b..13a4ca9 100755 --- a/ninjahelper +++ b/ninjahelper @@ -144,7 +144,7 @@ doaction() { $enable "$enable action" \ name "change the filename" \ run "run this action now" \ - test "do a test run" \ + test "test connections and passwords only" \ kill "remove this action" [ $? = 1 ] && return; result="$REPLY" @@ -237,7 +237,7 @@ for file in `find $conf/etc/backup.d/ -type f | sort -n`; do let "i += 1" done -menuBox "main menu" "select an action to edit" $menulist \ +menuBox "main menu" "Select a backup action for more options, or create a new action:" $menulist \ new "create a new backup action" \ quit "leave ninjahelper"