summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-04-16 14:42:44 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-04-16 14:42:44 +0000
commit9b2688cb9e5a96dbf96f3d55a12d8890d2c52faf (patch)
tree68b7026d67ab2fb29ff25be7b25a42f1d7334093
parent9cdb9f0d0ea484f8454be24d94a4e179138c70b8 (diff)
downloaddrakx-backup-do-not-use-9b2688cb9e5a96dbf96f3d55a12d8890d2c52faf.tar
drakx-backup-do-not-use-9b2688cb9e5a96dbf96f3d55a12d8890d2c52faf.tar.gz
drakx-backup-do-not-use-9b2688cb9e5a96dbf96f3d55a12d8890d2c52faf.tar.bz2
drakx-backup-do-not-use-9b2688cb9e5a96dbf96f3d55a12d8890d2c52faf.tar.xz
drakx-backup-do-not-use-9b2688cb9e5a96dbf96f3d55a12d8890d2c52faf.zip
Small English text changes (removed extra blank spaces etc)
-rw-r--r--perl-install/help.pm4
-rw-r--r--perl-install/install_steps_gtk.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm
index d9be3347b..ebc58f0a8 100644
--- a/perl-install/help.pm
+++ b/perl-install/help.pm
@@ -196,7 +196,7 @@ configureNetworkISP =>
correct information can be obtained from your ISP."),
configureNetworkProxy =>
- __("If you will proxies, please configure them now. If you don't know if
+ __("If you will use proxies, please configure them now. If you don't know if
you should use proxies, ask your network administrator or your ISP."),
installCrypto =>
@@ -386,7 +386,7 @@ system.
- Precise RAM size if needed: In some cases, Linux is unable to
-correctly detect all the installed RAM on some systems. If it is the
+correctly detect all the installed RAM on some systems. If this is the
case, specify the correct quantity. Note: a difference of 2 or 4 Mb is
normal.
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 16da76c52..4f8071eec 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -309,7 +309,7 @@ sub chooseSizeToInstall {
_("Now that you've selected desired groups, please choose
how many packages you want, ranging from minimal to full
installation of each selected groups.") .
- ($o->{compssUsersChoice}{Individual} ? "\n" . _("You will be able to choose them more specificaly in the next step") : ''),
+ ($o->{compssUsersChoice}{Individual} ? "\n" . _("You will be able to choose them more specificaly in the next step") : ''),
create_packtable({ col_spacings => 10 },
[ _("Choose the size you want to install"), $spin, _("MB"), ],
[ undef, new Gtk::HScrollbar($adj) ],