File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
python/plugins/processing/algs/saga Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2929import os
3030import importlib
3131import subprocess
32+ from PyQt4 .QtCore import QCoreApplication
3233from PyQt4 .QtGui import QIcon
3334from processing .core .GeoAlgorithm import GeoAlgorithm
3435from processing .core .ProcessingConfig import ProcessingConfig
@@ -82,7 +83,7 @@ def defineCharacteristicsFromFile(self):
8283 line = lines .readline ().strip ('\n ' ).strip ()
8384 self .undecoratedGroup = line
8485 self .group = SagaGroupNameDecorator .getDecoratedName (self .undecoratedGroup )
85- self .i18n_name = QCoreApplication .translate ("SAGAAlgorithm" , self .group )
86+ self .i18n_group = QCoreApplication .translate ("SAGAAlgorithm" , self .group )
8687 line = lines .readline ().strip ('\n ' ).strip ()
8788 while line != '' :
8889 if line .startswith ('Hardcoded' ):
You can’t perform that action at this time.
0 commit comments