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>2007-10-08 20:55:58 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-10-08 20:55:58 (GMT)
commit6cfc9ac3a646e1e19ca59eafbeb09bef1143d74c (patch)
treef6f76065d742367ae2384ae1045f265eefcaa68c /tools
parent6451ed230e743c35113da705b0bdf69a2dfec1a1 (diff)
Updated voices translation howto and script
svn path=/trunk/; revision=3066
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 b10b1fc..612374b 100755
--- a/tools/check_missing_voices.pl
+++ b/tools/check_missing_voices.pl
@@ -18,7 +18,7 @@ if(!defined $ARGV[0])
}
my $TARGET_LOCALE = $ARGV[0];
-my $BASEDIR="./boards/sounds";
+my $BASEDIR="./boards/voices";
# I don't set alphabet dir, it's too locale specific
my @SUBDIRS= qw/geography misc colors/;