mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-28 10:33:59 +00:00
menu options i18n
This commit is contained in:
@@ -134,8 +134,8 @@ class AdvancedScriptItem(QtGui.QWidget):
|
||||
other_button.setAutoRaise(True)
|
||||
other_button.setMaximumSize(QtCore.QSize(16, 16))
|
||||
menu = QtGui.QMenu()
|
||||
menu.addAction('Rename script')
|
||||
menu.addAction('Remove script')
|
||||
menu.addAction(_("Rename script"))
|
||||
menu.addAction(_("Remove script"))
|
||||
self.menu = menu
|
||||
other_button.setMenu(menu)
|
||||
# remove menu indicator
|
||||
|
||||
Reference in New Issue
Block a user