summaryrefslogtreecommitdiff
path: root/createpot.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcreatepot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/createpot.sh b/createpot.sh
index ae2db3b..dae69f9 100755
--- a/createpot.sh
+++ b/createpot.sh
@@ -3,6 +3,6 @@
# Create the .pot file
# Thanks to porthole for inspiration ;)
-xgettext -k_ -kN_ -L glade -o i18n/messages.pot $(find -name "*.glade")
+xgettext -k_ -kN_ -L glade -o i18n/messages.pot $(find -name "*.ui")
xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $(find -name "*.py")