[Debian-l10n-commits] r2725 - in /ddtp-web: Changelog checkTranslations.pl

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Tue Jul 26 20:01:13 UTC 2011


Author: nekral-guest
Date: Tue Jul 26 20:01:12 2011
New Revision: 2725

URL: http://svn.debian.org/wsvn/?sc=1&rev=2725
Log:
	* checkTranslations.pl: Fix German typo.

Modified:
    ddtp-web/Changelog
    ddtp-web/checkTranslations.pl

Modified: ddtp-web/Changelog
URL: http://svn.debian.org/wsvn/ddtp-web/Changelog?rev=2725&op=diff
==============================================================================
--- ddtp-web/Changelog (original)
+++ ddtp-web/Changelog Tue Jul 26 20:01:12 2011
@@ -1,3 +1,7 @@
+2011-07-26  Nicolas Francois  <nicolas.francois at centraliens.net>
+
+	* checkTranslations.pl: Fix German typo.
+
 2011-07-26  Nicolas Francois  <nicolas.francois at centraliens.net>
 
 	* update.sh, update0.5.sh: Put logs to

Modified: ddtp-web/checkTranslations.pl
URL: http://svn.debian.org/wsvn/ddtp-web/checkTranslations.pl?rev=2725&op=diff
==============================================================================
--- ddtp-web/checkTranslations.pl (original)
+++ ddtp-web/checkTranslations.pl Tue Jul 26 20:01:12 2011
@@ -31,7 +31,7 @@
 		#print "check translation id=$d_id,$lang\n";
 		if ($translation and (( $translation =~ tr/\n/\n/ )<2)) {
 			undef $translation;
-			print "translation ist short id=$d_id,$lang\n";
+			print "translation is short id=$d_id,$lang\n";
 			$dbh->do("DELETE FROM translation_tb WHERE language='$lang' and description_id='$d_id';");
 			$dbh->commit;
 		}




More information about the Debian-l10n-commits mailing list