diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-09-08 03:56:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-09-08 03:56:18 +0000 |
commit | 4738607fed9e318a980b1705f536198d98427454 (patch) | |
tree | e4ec7b6cf66bb05c1a818bf707240d0b376b425b /perl-install | |
parent | b82e295bf883d69cd7e9ed93159ee04f217ae2dd (diff) | |
download | drakx-4738607fed9e318a980b1705f536198d98427454.tar drakx-4738607fed9e318a980b1705f536198d98427454.tar.gz drakx-4738607fed9e318a980b1705f536198d98427454.tar.bz2 drakx-4738607fed9e318a980b1705f536198d98427454.tar.xz drakx-4738607fed9e318a980b1705f536198d98427454.zip |
replace "Cancel" with "Close" when prompting to launch userdrake (as suggested by Fabian Mandelbaum)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index b920d89c7..b44905cb8 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -937,7 +937,7 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na run_program::rooted($::prefix, 'groupadd', '-r', 'fileshare'); if ($in->ask_from_no_check( { - -e '/usr/sbin/userdrake' ? (ok => N("Launch userdrake"), cancel => N("Cancel")) : (cancel => ''), + -e '/usr/sbin/userdrake' ? (ok => N("Launch userdrake"), cancel => N("Close")) : (cancel => ''), messages => N("The per-user sharing uses the group \"fileshare\". You can use userdrake to add a user to this group.") |