summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) ],