mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-22 15:44:59 +00:00
Renamed script editor Display menu to View
for consistency with main window.
This commit is contained in:
@@ -416,7 +416,7 @@ class ScriptEditorDialog(PicardDialog):
|
||||
script_menu.addAction(self.save_action)
|
||||
|
||||
# Display menu settings
|
||||
display_menu = main_menu.addMenu(_('&Display'))
|
||||
display_menu = main_menu.addMenu(_('&View'))
|
||||
display_menu.setToolTipsVisible(True)
|
||||
|
||||
self.examples_action = QtWidgets.QAction(_("&Reload random example files"), self)
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: picard 2.7.0.dev2\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2021-05-31 10:40+0200\n"
|
||||
"POT-Creation-Date: 2021-05-31 15:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -4064,7 +4064,7 @@ msgstr ""
|
||||
msgid "&Edit"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:784
|
||||
#: picard/ui/mainwindow.py:784 picard/ui/scripteditor.py:419
|
||||
msgid "&View"
|
||||
msgstr ""
|
||||
|
||||
@@ -4446,10 +4446,6 @@ msgstr ""
|
||||
msgid "Ctrl+S"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/scripteditor.py:419
|
||||
msgid "&Display"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/scripteditor.py:422
|
||||
msgid "&Reload random example files"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user