diff options
-rwxr-xr-x | update-po.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-po.sh b/update-po.sh index 59ad5c45..55a3a6e4 100755 --- a/update-po.sh +++ b/update-po.sh @@ -29,7 +29,7 @@ cat LINGUAS | while read lingua; do fi sed -e 's/\.xml\.in\.in\.h:/.xml.in.in:/g' \ - -e 's/\.xml\.in\.h:/.xml.in:/g' \ + -e 's/\.xml\.in\.h:/.xml.in:/g' \ -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ |