File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/plugins/processing/gui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,13 +319,13 @@ def addRecentAlgorithms(self, updating):
319319 found = False
320320 if updating :
321321 recentItem = self .algorithmTree .topLevelItem (0 )
322- if recentItem .text (0 ) == self .tr ('Recently used algorithms ' ):
322+ if recentItem .text (0 ) == self .tr ('Recently used' ):
323323 treeWidget = recentItem .treeWidget ()
324324 treeWidget .takeTopLevelItem (
325325 treeWidget .indexOfTopLevelItem (recentItem ))
326326
327327 recentItem = QTreeWidgetItem ()
328- recentItem .setText (0 , self .tr ('Recently used algorithms ' ))
328+ recentItem .setText (0 , self .tr ('Recently used' ))
329329 for algname in recent :
330330 alg = QgsApplication .processingRegistry ().createAlgorithmById (algname )
331331 if alg is not None :
You can’t perform that action at this time.
0 commit comments