summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-02-08 19:57:10 +0000
committerDaouda Lo <daouda@mandriva.com>2004-02-08 19:57:10 +0000
commitff1f4e57ed88d2e9a041ed4138db76cd988e6d82 (patch)
treef38df44bb431c44e5e7cc7c99822a437a28e974f /mdkonline
parent135caa047f3e18be33415c17ff0c88b3c3002d14 (diff)
downloadmgaonline-ff1f4e57ed88d2e9a041ed4138db76cd988e6d82.tar
mgaonline-ff1f4e57ed88d2e9a041ed4138db76cd988e6d82.tar.gz
mgaonline-ff1f4e57ed88d2e9a041ed4138db76cd988e6d82.tar.bz2
mgaonline-ff1f4e57ed88d2e9a041ed4138db76cd988e6d82.tar.xz
mgaonline-ff1f4e57ed88d2e9a041ed4138db76cd988e6d82.zip
- s/informations/information
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline8
1 files changed, 4 insertions, 4 deletions
diff --git a/mdkonline b/mdkonline
index 8ebb1a51..d681e55d 100755
--- a/mdkonline
+++ b/mdkonline
@@ -216,7 +216,7 @@ sub on_prev_clicked {
if ($page == 4) {
$notebook_global->set_page(2); # Alternatively, don't go back at all since passwd was correct
- } elsif ($page == 6) { # Don't go back if informations were correctly sent (button should be deactivated)
+ } elsif ($page == 6) { # Don't go back if information were correctly sent (button should be deactivated)
} else {
$notebook_global->prev_page();
@@ -337,7 +337,7 @@ sub send_config {
$result = -1;
}
- # if informations were sent correctly (exit code: 0 from scp script), go to page 5
+ # if information were sent correctly (exit code: 0 from scp script), go to page 5
if (! $result) {
# go to last page
$notebook_global->set_current_page(5);
@@ -393,8 +393,8 @@ sub step_wizard {
# building the "Error sending data" page
my $vbox_errorsend= new Gtk2::VBox(0,0);
- writ_on_pixmaps($vbox_errorsend, 'appearence', N("Error while sending informations"));
- my $label_errorsend = new Gtk2::Label("\n\n" . N("There was an error while sending your personal informations.\n\nPress Next to try and send your configuration again."));
+ writ_on_pixmaps($vbox_errorsend, 'appearence', N("Error while sending information"));
+ my $label_errorsend = new Gtk2::Label("\n\n" . N("There was an error while sending your personal information.\n\nPress Next to try and send your configuration again."));
$vbox_errorsend->pack_start($label_errorsend,$false ,$false,1);
$notebook_global->append_page($vbox_errorsend,new Gtk2::Label("errorsend"));