Fix a memory leak in the "no imap" account prefs label.
[claws.git] / tools / update-po
old mode 100644 (file)
new mode 100755 (executable)
index bd70e9d..c79b526
@@ -4,7 +4,7 @@
 #  *
 #  * This file is free software; you can redistribute it and/or modify it
 #  * under the terms of the GNU General Public License as published by
-#  * the Free Software Foundation; either version 2 of the License, or
+#  * the Free Software Foundation; either version 3 of the License, or
 #  * (at your option) any later version.
 #  *
 #  * This program is distributed in the hope that it will be useful, but
@@ -17,7 +17,7 @@
 #  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #  *
 
-# update-po -- for Sylpheed
+# update-po -- for Claws Mail
 # by Wilbert Berendsen
 # This script updates the .po files named on the command line.
 # Run this script from within the po/ directory!
@@ -33,7 +33,7 @@ if [ "$1" -a -f "$1" ] ; then
 
 sources = \$(shell cat po/POTFILES.in)
 po/messages.pot: \$(sources) po/POTFILES.in
-       xgettext --keyword=N_ --keyword=_ --file=po/POTFILES.in \
+       xgettext --keyword=N_ --keyword=_ --keyword=Q_ --file=po/POTFILES.in \
                --output=po/messages.pot
 EOF