diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2008-02-25 22:19:05 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-26 03:26:04 +0100 |
commit | 66591e8284054adcefb416a5331916a6812582a8 (patch) | |
tree | 86a541b22e03db844dc2f2990c962cb2af061429 /lib/libalpm/po/pl.po | |
parent | 7eaad2f2a9879499d29e20bb897b018f0b13f6c1 (diff) | |
download | pacman-66591e8284054adcefb416a5331916a6812582a8.tar.gz pacman-66591e8284054adcefb416a5331916a6812582a8.tar.xz |
fix two broken translated strings.
Using c-format on every strings allowed me two found two broken ones.
One was harmless, but the other caused a segfault, as reported in FS#9658.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Diffstat (limited to 'lib/libalpm/po/pl.po')
-rw-r--r-- | lib/libalpm/po/pl.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalpm/po/pl.po b/lib/libalpm/po/pl.po index da5e581b..27b8ce85 100644 --- a/lib/libalpm/po/pl.po +++ b/lib/libalpm/po/pl.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: Pacman package manager 3.0.1\n" "Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" "POT-Creation-Date: 2008-01-14 23:08-0600\n" -"PO-Revision-Date: 2007-04-12 04:23+0200\n" +"PO-Revision-Date: 2008-02-25 22:16+0100\n" "Last-Translator: Mateusz Herych <heniekk@gmail.com>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" "MIME-Version: 1.0\n" @@ -154,7 +154,7 @@ msgstr "ścieżka bazy danych jest niezdefiniowana\n" #: lib/libalpm/deps.c:171 msgid "dependency cycle detected:\n" -msgstr "wykryto cykl zależności: %s\n" +msgstr "wykryto cykl zależności:\n" #: lib/libalpm/deps.c:173 #, c-format |