From a428d02d3bd409b9c6f5dab4ba690d5167e047b9 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sun, 14 Dec 2008 22:53:34 +0000 Subject: Fix typo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19441 a1c6a512-1295-4272-9138-f99709370657 --- tools/langstatus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/langstatus b/tools/langstatus index 79ea0c643f..3c5fd74c63 100755 --- a/tools/langstatus +++ b/tools/langstatus @@ -1,6 +1,6 @@ #!/bin/sh -if [ "wiki" == "$1" ]; then +if [ "wiki" = "$1" ]; then echo "As of `LC_ALL=C date +'%d %b %Y'`, the current status of the translations is the following:" echo "| *Language* | *Missing strings* | *Changed desc* | *Changed source* |" FORMAT="|%s| %d| %d| %d|\n" -- cgit v1.2.3