From 9fc3b43afba1f1fca69ca8752d2afa9972e1267e Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 17 Mar 2004 01:44:10 +0000 Subject: [PATCH] * src/docgen/LPRDoc.py: Typo. * src/po/da_DK.po: Remove in favor of da.po file. * src/po/da.po: Add (replaces da_DK.po). * configure.in, configure: Switch from da_DK to da in languages. svn: r3023 --- ChangeLog | 6 ++++++ configure | 2 +- configure.in | 2 +- src/docgen/LPRDoc.py | 2 +- src/po/{da_DK.po => da.po} | 0 5 files changed, 9 insertions(+), 3 deletions(-) rename src/po/{da_DK.po => da.po} (100%) diff --git a/ChangeLog b/ChangeLog index 77838a386..9fe129adb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-16 Alex Roitman + * src/docgen/LPRDoc.py: Typo. + * src/po/da_DK.po: Remove in favor of da.po file. + * src/po/da.po: Add (replaces da_DK.po). + * configure.in, configure: Switch from da_DK to da in languages. + 2004-03-15 Alex Roitman * src/docgen/LPRDoc.py (do_print): Typos. diff --git a/configure b/configure index a0e90dbab..70c8cc2c7 100755 --- a/configure +++ b/configure @@ -1780,7 +1780,7 @@ echo "${ECHO_T}no" >&6 fi -LANGUAGES="hu zh_CN cs da_DK de es fr it nb nl no pl pt_BR ro ru sv eo" +LANGUAGES="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo" DISTLANGS= diff --git a/configure.in b/configure.in index d74f584db..a65f870ec 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ AC_PATH_PROG(MSGFMT, msgfmt) AC_PATH_PROG(MSGCONV, msgconv) AC_PATH_PROG(ICONV, iconv) -LANGUAGES="hu zh_CN cs da_DK de es fr it nb nl no pl pt_BR ro ru sv eo" +LANGUAGES="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo" AC_SUBST(LANGUAGES) DISTLANGS= diff --git a/src/docgen/LPRDoc.py b/src/docgen/LPRDoc.py index 47009cc08..cac1cd52e 100644 --- a/src/docgen/LPRDoc.py +++ b/src/docgen/LPRDoc.py @@ -50,7 +50,7 @@ if gnomeprint.Context.__dict__.has_key('grestore'): else: support_photos = 0 print "LPRDoc: Photos and rotated text (used in TimeChart)" - print " are not supported for direct priting." + print " are not supported for direct printing." print " Get gnome-python from CVS" print " or wait for the next gnome-python release." ### end FIXME ### diff --git a/src/po/da_DK.po b/src/po/da.po similarity index 100% rename from src/po/da_DK.po rename to src/po/da.po