X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gen_locale.sh;h=0869511e078b10aad7b3ff09ba34a910790de429;hb=f7f36fa787788739531d46d6636abdb7e9e224d7;hp=ed89fdcf8a3ecb4cf6a2e6cfe799103519893868;hpb=276650eae5da9b54f28f59419c5e19278a47a9ef;p=gosa.git diff --git a/gen_locale.sh b/gen_locale.sh index ed89fdcf8..0869511e0 100755 --- a/gen_locale.sh +++ b/gen_locale.sh @@ -22,7 +22,7 @@ for template in $(find -name '*.tpl'); do done for class in $(find -name 'class_*.inc'); do - echo -en "\rConverting .tpl files: $(basename $template) \r" + echo -en "\rConverting class_*.inc files: $(basename $template) \r" sed -e 's/\($pl[DH][^=]*\)= *"\([^"]*\)";$/\1= _("\2");/g' $class > $class.new mv $class.new $class done