Skip to content

Commit 007090e

Browse files
committed
Renamed script editor Display menu to View
for consistency with main window.
1 parent b66a8b9 commit 007090e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

picard/ui/scripteditor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def make_menu(self):
416416
script_menu.addAction(self.save_action)
417417

418418
# Display menu settings
419-
display_menu = main_menu.addMenu(_('&Display'))
419+
display_menu = main_menu.addMenu(_('&View'))
420420
display_menu.setToolTipsVisible(True)
421421

422422
self.examples_action = QtWidgets.QAction(_("&Reload random example files"), self)

po/picard.pot

+2-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: picard 2.7.0.dev2\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2021-05-31 10:40+0200\n"
11+
"POT-Creation-Date: 2021-05-31 15:01+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -4064,7 +4064,7 @@ msgstr ""
40644064
msgid "&Edit"
40654065
msgstr ""
40664066

4067-
#: picard/ui/mainwindow.py:784
4067+
#: picard/ui/mainwindow.py:784 picard/ui/scripteditor.py:419
40684068
msgid "&View"
40694069
msgstr ""
40704070

@@ -4446,10 +4446,6 @@ msgstr ""
44464446
msgid "Ctrl+S"
44474447
msgstr ""
44484448

4449-
#: picard/ui/scripteditor.py:419
4450-
msgid "&Display"
4451-
msgstr ""
4452-
44534449
#: picard/ui/scripteditor.py:422
44544450
msgid "&Reload random example files"
44554451
msgstr ""

0 commit comments

Comments
 (0)