diff options
-rw-r--r-- | po/da.po | 2 | ||||
-rwxr-xr-x | po/update.pl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -609,7 +609,7 @@ msgstr "Tredje" #: calendar/gui/print.c:265 msgid "4th" -msgstr Fjere" +msgstr "Fjere" #: calendar/gui/print.c:265 msgid "5th" diff --git a/po/update.pl b/po/update.pl index 93bc46d42f..9cc746fa46 100755 --- a/po/update.pl +++ b/po/update.pl @@ -8,7 +8,7 @@ $VERSION = "1.2.5 beta 2"; $LANG = $ARGV[0]; -$PACKAGE = "nautilus"; +$PACKAGE = "evolution"; if (! $LANG){ print "update.pl: missing file arguments\n"; |