summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-02-14 14:53:41 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-02-14 14:53:41 +0000
commit8ba2d4311d6dcc5b7dbb4420284d17f1841fd9e6 (patch)
tree853ddfde7f144ff8f27d39eaa6a773dd1536755a /urpmi
parentba0c14d560cfebb81d07e6fd144c81cc4a8a21ce (diff)
downloadurpmi-8ba2d4311d6dcc5b7dbb4420284d17f1841fd9e6.tar
urpmi-8ba2d4311d6dcc5b7dbb4420284d17f1841fd9e6.tar.gz
urpmi-8ba2d4311d6dcc5b7dbb4420284d17f1841fd9e6.tar.bz2
urpmi-8ba2d4311d6dcc5b7dbb4420284d17f1841fd9e6.tar.xz
urpmi-8ba2d4311d6dcc5b7dbb4420284d17f1841fd9e6.zip
Some changes to English strings
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpmi b/urpmi
index da54d0bf..cbdad21f 100755
--- a/urpmi
+++ b/urpmi
@@ -71,7 +71,7 @@ This is free software and may be redistributed under the terms of the GNU GPL.
usage:
", $urpm::VERSION) . _(" --help - print this help message.
") . _(" --update - use only update media.
-") . _(" --media - use only the media listed by comma.
+") . _(" --media - use only the given media, separated by comma.
") . _(" --synthesis - use the given synthesis instead of urpmi db.
") . _(" --auto - automatically select a package in choices.
") . _(" --auto-select - automatically select packages to upgrade the system.
@@ -626,7 +626,7 @@ if (%sources_install || %sources) {
}
}
} else {
- $verbose >= 0 and message(_("everything already installed"), $auto);
+ $verbose >= 0 and message(_("Everything already installed"), $auto);
}
#- try to umount removable device which may have been mounted.