Skip to content

Commit

Permalink
Minor tweak to string interpolaiton for keyword dialog title
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Oct 16, 2012
1 parent 18e3d44 commit 6802512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_qgis/keywords_dialog.py
Expand Up @@ -66,7 +66,7 @@ def __init__(self, parent, iface, theDock=None, theLayer=None):
QtGui.QDialog.__init__(self, parent)
self.setupUi(self)
self.setWindowTitle(self.tr(
'InaSAFE %s Keywords Editor' % __version__))
'InaSAFE %s Keywords Editor') % __version__)
self.keywordIO = KeywordIO()
# note the keys should remain untranslated as we need to write
# english to the keywords file. The keys will be written as user data
Expand Down

0 comments on commit 6802512

Please sign in to comment.