From 4738607fed9e318a980b1705f536198d98427454 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 8 Sep 2004 03:56:18 +0000 Subject: replace "Cancel" with "Close" when prompting to launch userdrake (as suggested by Fabian Mandelbaum) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') 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.") -- cgit v1.2.1