Skip to content

Commit 93e2c5a

Browse files
committedJul 28, 2015
processing: translation fix (open fusion las viewer; followup 66a3d02)
1 parent 25a50bf commit 93e2c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/processing/algs/lidar/fusion/OpenViewerAction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
class OpenViewerAction(ToolboxAction):
3636

3737
def __init__(self):
38-
self.name, self.i18n_name = self.trAlgorithm('Open Fusion LAS viewer')
39-
self.group, self.i18n_group = self.trAlgorithm('Visualization')
38+
self.name = self.tr('Open Fusion LAS viewer')
39+
self.group = self.tr('Visualization')
4040

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

0 commit comments

Comments
 (0)
Please sign in to comment.