Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-09-14 00:13:29 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-09-14 00:13:29 (GMT)
commit0d57b7d74790767d30959cda9be3794fb58afa2d (patch)
treef373d392ac507dac469269614bedeb154cfc8828 /tools
parent3638e46da48d6a5bf04ea5c6c2fd804c525d67d6 (diff)
- Added Turk voices by Meltem Turhan Yöndem
- Added Turk internal geography maps (3 maps) - Fixed reading activity, now it uses the wordlist API - fixed desktop file category to suit freedesktop list.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check_missing_voices.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check_missing_voices.pl b/tools/check_missing_voices.pl
index 06d4317..b10b1fc 100755
--- a/tools/check_missing_voices.pl
+++ b/tools/check_missing_voices.pl
@@ -51,7 +51,7 @@ foreach my $locale (@LOCALES)
{
if (! opendir DIR, "$BASEDIR/$locale/$subdir")
{
- print "cannot open dir $BASEDIR/$locale/$subdir: $!";
+ print "cannot open dir $BASEDIR/$locale/$subdir: $!\n";
next;
}