Skip to content

Commit

Permalink
Make 'no filter' option translatable in impact functions table
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Oct 16, 2012
1 parent 50d0a50 commit 18e3d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_qgis/impact_functions_doc.py
Expand Up @@ -51,7 +51,7 @@ def __init__(self, theParent=None, dict_filter=None):
self.setupUi(self)
self.setWindowTitle(self.tr(
'InaSAFE %s Impact Functions Doc' % __version__))
self.no_filter = 'No Filter'
self.no_filter = self.tr('No Filter')
if dict_filter is None:
dict_filter = {'id': [],
'title': [],
Expand Down

0 comments on commit 18e3d44

Please sign in to comment.