diff install-po.sh @ 479:4ea237bbcef8 1.0.1

Tidy up the i18n changes
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 08 Mar 2011 13:25:20 +0200
parents a9925aaf5f61
children 43b49f1de828
line wrap: on
line diff
--- a/install-po.sh	Tue Mar 08 12:29:14 2011 +0200
+++ b/install-po.sh	Tue Mar 08 13:25:20 2011 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#Compiles and installs translation catalogs
+# Compiles and installs translation catalogs
 
 for pofile in po/*.po; do
   molang=`echo $pofile | sed -e 's#po/\(.*\)\\.po#\\1#'`;