Skip to content

Commit

Permalink
Correct small typo in extract_strings_qt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellCash committed May 24, 2016
1 parent 77b49ac commit 678513c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/qt/extract_strings_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def parse_po(text):
in_msgstr = False
# message start
in_msgid = True

msgid = [line[6:]]
elif line.startswith('msgstr '):
in_msgid = False
Expand Down Expand Up @@ -67,7 +67,7 @@ def parse_po(text):
#include <QtGlobal>
// Automatically generated by extract_strings.py
// Automatically generated by extract_strings_qt.py
#ifdef __GNUC__
#define UNUSED __attribute__((unused))
#else
Expand Down

0 comments on commit 678513c

Please sign in to comment.