diff options
| author | MarcoFalke <[email protected]> | 2016-08-15 15:44:13 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-08-15 15:45:20 +0200 |
| commit | 6e5e5abba6f8bbbe61c22795df440dfafcfdc378 (patch) | |
| tree | 9f1b2478f3fc19ddd5a751c7334d0e1d271f8268 /share | |
| parent | Merge #8192: [trivial] Remove URLs from About dialog translations (diff) | |
| parent | Favour python over python2 as per PR #7723 (diff) | |
| download | discoin-6e5e5abba6f8bbbe61c22795df440dfafcfdc378.tar.xz discoin-6e5e5abba6f8bbbe61c22795df440dfafcfdc378.zip | |
Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)
7b01ce2 Favour python over python2 as per PR #7723 (Matthew King)
873e81f Use portable #! in python scripts (/usr/bin/env) (Matthew King)
Diffstat (limited to 'share')
| -rwxr-xr-x | share/qt/extract_strings_qt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qt/extract_strings_qt.py b/share/qt/extract_strings_qt.py index 2ba8bb9b3..9624abf1f 100755 --- a/share/qt/extract_strings_qt.py +++ b/share/qt/extract_strings_qt.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ''' Extract _("...") strings for translation and convert to Qt stringdefs so that they can be picked up by Qt linguist. |