summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbuild/mkbasepot.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh
index 767105094..7f07514fc 100755
--- a/build/mkbasepot.sh
+++ b/build/mkbasepot.sh
@@ -5,11 +5,11 @@
exit 1
}
-echo -n "Updating po/templates/base.pot ... "
+echo -n "Updating modules/luci-base/po/templates/base.pot ... "
./build/i18n-scan.pl \
- modules/base/ modules/admin-full/ \
- protocols/ themes/openwrt/ \
-> po/templates/base.pot
+ modules/luci-base/ modules/luci-mod-admin-full/ \
+ protocols/ themes/ \
+> modules/luci-base/po/templates/base.pot
echo "done"