diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/mkbasepot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh index 48e85cad6..24a7e3a2e 100755 --- a/build/mkbasepot.sh +++ b/build/mkbasepot.sh @@ -8,7 +8,7 @@ echo -n "Updating po/templates/base.pot ... " ./build/i18n-scan.pl \ - libs/core/ libs/web/ \ + libs/core/ libs/web/ protocols/ \ modules/admin-core/ modules/admin-full/ \ themes/base/ themes/openwrt/ \ > po/templates/base.pot |