Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19441 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
676fd32c96
commit
a428d02d3b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/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 "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* |"
|
echo "| *Language* | *Missing strings* | *Changed desc* | *Changed source* |"
|
||||||
FORMAT="|%s| %d| %d| %d|\n"
|
FORMAT="|%s| %d| %d| %d|\n"
|
||||||
|
|
Loading…
Reference in a new issue