Skip to content

Commit

Permalink
processing: translation fix (open fusion las viewer; followup 66a3d02)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 28, 2015
1 parent 25a50bf commit 93e2c5a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -35,8 +35,8 @@
class OpenViewerAction(ToolboxAction):

def __init__(self):
self.name, self.i18n_name = self.trAlgorithm('Open Fusion LAS viewer')
self.group, self.i18n_group = self.trAlgorithm('Visualization')
self.name = self.tr('Open Fusion LAS viewer')
self.group = self.tr('Visualization')

def getIcon(self):
return QtGui.QIcon(os.path.dirname(__file__) + '/../../../images/tool.png')
Expand Down

0 comments on commit 93e2c5a

Please sign in to comment.