diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-02-26 17:13:26 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-02-26 17:13:26 +0000 |
commit | 222785e1cbb090566b6d0c77e40571907570cb5a (patch) | |
tree | 8fdc9a83fad130cc52e9666da734368fcd43385e /urpmi.update | |
parent | f9a03ce22e92bc887046f4ed1e833d3764c9b2f0 (diff) | |
download | urpmi-222785e1cbb090566b6d0c77e40571907570cb5a.tar urpmi-222785e1cbb090566b6d0c77e40571907570cb5a.tar.gz urpmi-222785e1cbb090566b6d0c77e40571907570cb5a.tar.bz2 urpmi-222785e1cbb090566b6d0c77e40571907570cb5a.tar.xz urpmi-222785e1cbb090566b6d0c77e40571907570cb5a.zip |
updated Danish file
updated pot file
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.update b/urpmi.update index 1982d287..530dd892 100755 --- a/urpmi.update +++ b/urpmi.update @@ -49,7 +49,7 @@ sub main { if ($options{all}) { @entries == 0 and die _("nothing to update (use urpmi.addmedia to add a media)\n"); } else { - @toupdates == 0 and die sprintf(_("missing the entry to update\n(one of %s)\n"), join(", ", @entries)); + @toupdates == 0 and die sprintf(_("the entry to update is missing\n(one of %s)\n"), join(", ", @entries)); $urpm->select_media(@toupdates); #- force ignored media to be returned alive. |