From 824b7fd27b490e599025b38e629e53921df5883d Mon Sep 17 00:00:00 2001 From: Travis Willard Date: Mon, 3 Sep 2007 21:28:17 -0400 Subject: Fix compile-time error with de.po, runtime error with db.c One string in de.po differed pretty strongly with its translated version. It may still be totally wrong as far as translations go, but it compiles now. Get translater to check. Also, ensure the proper dbpath gets set in the db when it's created. Signed-off-by: Travis Willard Signed-off-by: Dan McGee --- lib/libalpm/po/de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/po/de.po') diff --git a/lib/libalpm/po/de.po b/lib/libalpm/po/de.po index d3e692b9..2b9eb692 100644 --- a/lib/libalpm/po/de.po +++ b/lib/libalpm/po/de.po @@ -174,7 +174,7 @@ msgstr "Datenbank-Pfad ist nicht definiert" #: lib/libalpm/deps.c:187 msgid "dependency cycle detected\n" -msgstr "Abhängigkeits-Zyklus entdeckt: %s" +msgstr "Abhängigkeits-Zyklus entdeckt\n" #: lib/libalpm/deps.c:646 #, c-format -- cgit v1.2.3-24-g4f1b