Skip to content

Commit 3373968

Browse files
committed
include python parts of plugin installer in ts files and a translation string fix
1 parent 0d1d1b7 commit 3373968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pyplugin_installer/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def editRepository(self, reposName):
430430
dlg.labelInfo.setText("")
431431
else:
432432
dlg.checkBoxEnabled.setEnabled(False)
433-
dlg.labelInfo.setText(self.tr("This repository is blocked due to incompatibility with your Quantum GIS version"))
433+
dlg.labelInfo.setText(self.tr("This repository is blocked due to incompatibility with your QGIS version"))
434434
dlg.labelInfo.setFrameShape(QFrame.Box)
435435
if not dlg.exec_():
436436
return # nothing to do if cancelled

scripts/update_ts_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if [ -n "$exclude" -o -n "$add" ]; then
9696
fi
9797
echo Updating python translations
9898
cd python
99-
pylupdate4 console/*.py console/*.ui utils.py -ts python-i18n.ts
99+
pylupdate4 utils.py {console,pyplugin_installer}/*.{py,ui} -ts python-i18n.ts
100100
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
101101
rm python-i18n.ts
102102
cd ..

0 commit comments

Comments
 (0)