diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-04-04 06:56:19 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-04-04 06:56:19 +0000 |
commit | 78a60d73421a7000146fd3dc039bb0381a83f1ea (patch) | |
tree | 885cde02b40157fa2d28dd705dbdee1489dd7934 /urpmi.update | |
parent | 471cbdf53eb00c292cb426b3f6978a513ae18989 (diff) | |
download | urpmi-78a60d73421a7000146fd3dc039bb0381a83f1ea.tar urpmi-78a60d73421a7000146fd3dc039bb0381a83f1ea.tar.gz urpmi-78a60d73421a7000146fd3dc039bb0381a83f1ea.tar.bz2 urpmi-78a60d73421a7000146fd3dc039bb0381a83f1ea.tar.xz urpmi-78a60d73421a7000146fd3dc039bb0381a83f1ea.zip |
Updated Finnish file
small change in sources to make strings more friendly to pl_xgettext
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/urpmi.update b/urpmi.update index 7d0e012c..497e23fa 100755 --- a/urpmi.update +++ b/urpmi.update @@ -43,8 +43,7 @@ sub main { _("usage: urpmi.update [-a] <name> ... where <name> is a medium name to update. -a select all non-removable media. - -unknown options \"%s\"\n"), $_); +\nunknown options '%s'\n"), $_); push @toupdates, $_; } |