r3941: Fixed error in tooltip in bulk rename box (Vincent Lef��vre).
[rox-filer/translations.git] / ROX-Filer / src / po / dist
blobcf9043cb6c9ceccbab317ed7462d275a18658b3b
1 #!/bin/sh
3 echo Making all .gmo files...
4 echo
6 for FILE in *.po; do
7 ./make-mo ${FILE%.po};
8 done