Skip to content

Commit 8088659

Browse files
DelazJnyalldawson
authored andcommittedMay 1, 2018
More details on Processing algorithms toolbar
1 parent 3b36cdd commit 8088659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎python/plugins/processing/gui/menus.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ def addAlgorithmEntry(alg, menuName, submenuName, actionText=None, icon=None, ad
194194
if addButton:
195195
global algorithmsToolbar
196196
if algorithmsToolbar is None:
197-
algorithmsToolbar = iface.addToolBar('ProcessingAlgorithms')
197+
algorithmsToolbar = iface.addToolBar(Processing.tr('Processing Algorithms'))
198+
algorithmsToolbar.setToolTip(Processing.tr('Processing Algorithms Toolbar'))
198199
algorithmsToolbar.addAction(action)
199200

200201

0 commit comments

Comments
 (0)
Please sign in to comment.