summaryrefslogtreecommitdiffstats
path: root/mdkonline_tui
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-09-27 14:18:38 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-09-27 14:18:38 +0000
commitc3e53e127e1323592c521e2eea095f213502b2be (patch)
tree990bd06b2f8883f0d2035caffb0005cf1f0e9569 /mdkonline_tui
parent2504be1d81375578c42a4cfc0e9b32bd013c878b (diff)
downloadmgaonline-c3e53e127e1323592c521e2eea095f213502b2be.tar
mgaonline-c3e53e127e1323592c521e2eea095f213502b2be.tar.gz
mgaonline-c3e53e127e1323592c521e2eea095f213502b2be.tar.bz2
mgaonline-c3e53e127e1323592c521e2eea095f213502b2be.tar.xz
mgaonline-c3e53e127e1323592c521e2eea095f213502b2be.zip
small typo fix
Diffstat (limited to 'mdkonline_tui')
-rwxr-xr-xmdkonline_tui2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline_tui b/mdkonline_tui
index 26363161..92be57a8 100755
--- a/mdkonline_tui
+++ b/mdkonline_tui
@@ -159,7 +159,7 @@ $wiz = {
$createaccount = create_new_account($nlogin, $npassword, $email);
},
name => sub {
- $createaccount eq 'OK' ? "\n\n" . N("Mandrakeonline Account successfully created.\nPlease click \"Next\ to authenticate and upload your configuration\n") : $createaccount;
+ $createaccount eq 'OK' ? "\n\n" . N("Mandrakeonline Account successfully created.\nPlease click \"Next\" to authenticate and upload your configuration\n") : $createaccount;
},
post => sub {
$createaccount eq 'OK' ? "account" : "noaccount"