diff options
Diffstat (limited to 'chk-po')
-rwxr-xr-x | chk-po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # Number of strings reported should be identical for all languages. clear -for pofile in po/*; do +for pofile in po/*pot po/*po; do echo "Checking - ${pofile}" entries=0 while read line ; do |