Skip to content

Commit

Permalink
webui: fix localization_update script header
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Jun 25, 2019
1 parent b054eb6 commit 413f505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/scripts/localization_update.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
# This script serves as a helper to keep our POT and PO files up to date after source code changes.
#
#!/bin/sh

POTFILE='../module/Application/language/webui.pot'
LOCDIR='../module/Application/language/'
Expand Down

0 comments on commit 413f505

Please sign in to comment.