summaryrefslogtreecommitdiffstats
path: root/perl-install/printerdrake.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-01-28 19:30:18 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-01-28 19:30:18 +0000
commit5b443966cd0dd176207dd622c3f302e8c561b390 (patch)
tree66ae24e4d32ca2e22bfdd80d6cd47ff3a9ed3ac9 /perl-install/printerdrake.pm
parentaccf0dd8ea50f1d3c2a28047f93c8cc60085c78a (diff)
downloaddrakx-5b443966cd0dd176207dd622c3f302e8c561b390.tar
drakx-5b443966cd0dd176207dd622c3f302e8c561b390.tar.gz
drakx-5b443966cd0dd176207dd622c3f302e8c561b390.tar.bz2
drakx-5b443966cd0dd176207dd622c3f302e8c561b390.tar.xz
drakx-5b443966cd0dd176207dd622c3f302e8c561b390.zip
Corrected various English typos
Diffstat (limited to 'perl-install/printerdrake.pm')
-rw-r--r--perl-install/printerdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm
index 82b64f68e..87138b37b 100644
--- a/perl-install/printerdrake.pm
+++ b/perl-install/printerdrake.pm
@@ -2080,7 +2080,7 @@ sub main {
val => ($::expert ? _("Normal Mode") :
_("Expert Mode")) } : ()),
{ clicked_may_quit =>
- sub { $menuchoice = _("\@quit"); 1; },
+ sub { $menuchoice = "\@quit"; 1; },
val => _("Quit") },
]
);