diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-12-14 22:53:34 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-12-14 22:53:34 +0000 |
| commit | a428d02d3bd409b9c6f5dab4ba690d5167e047b9 (patch) | |
| tree | ff7ed5942d74fc4ba1282a0630bf9d6c0fb89b43 | |
| parent | 676fd32c964f091706b45e1f457ac6b9de500334 (diff) | |
| download | rockbox-a428d02d3bd409b9c6f5dab4ba690d5167e047b9.zip rockbox-a428d02d3bd409b9c6f5dab4ba690d5167e047b9.tar.gz rockbox-a428d02d3bd409b9c6f5dab4ba690d5167e047b9.tar.bz2 rockbox-a428d02d3bd409b9c6f5dab4ba690d5167e047b9.tar.xz | |
Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19441 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/langstatus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/langstatus b/tools/langstatus index 79ea0c6..3c5fd74 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" |