Skip to content

Commit

Permalink
include python parts of plugin installer in ts files and a translatio…
Browse files Browse the repository at this point in the history
…n string fix
  • Loading branch information
jef-n committed Jun 6, 2013
1 parent 0d1d1b7 commit 3373968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyplugin_installer/installer.py
Expand Up @@ -430,7 +430,7 @@ def editRepository(self, reposName):
dlg.labelInfo.setText("")
else:
dlg.checkBoxEnabled.setEnabled(False)
dlg.labelInfo.setText(self.tr("This repository is blocked due to incompatibility with your Quantum GIS version"))
dlg.labelInfo.setText(self.tr("This repository is blocked due to incompatibility with your QGIS version"))
dlg.labelInfo.setFrameShape(QFrame.Box)
if not dlg.exec_():
return # nothing to do if cancelled
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_ts_files.sh
Expand Up @@ -96,7 +96,7 @@ if [ -n "$exclude" -o -n "$add" ]; then
fi
echo Updating python translations
cd python
pylupdate4 console/*.py console/*.ui utils.py -ts python-i18n.ts
pylupdate4 utils.py {console,pyplugin_installer}/*.{py,ui} -ts python-i18n.ts
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
rm python-i18n.ts
cd ..
Expand Down

0 comments on commit 3373968

Please sign in to comment.