diff --git a/bin/mpdevil b/bin/mpdevil index 1278aab..64e8bc4 100755 --- a/bin/mpdevil +++ b/bin/mpdevil @@ -1296,9 +1296,9 @@ class SettingsDialog(Gtk.Dialog): def __init__(self, parent, client, settings, tab="view"): use_csd=settings.get_boolean("use-csd") if use_csd: - super().__init__(title=_("Settings"), transient_for=parent, use_header_bar=True) + super().__init__(title=_("Preferences"), transient_for=parent, use_header_bar=True) else: - super().__init__(title=_("Settings"), transient_for=parent) + super().__init__(title=_("Preferences"), transient_for=parent) self.add_button(Gtk.STOCK_OK, Gtk.ResponseType.OK) self.set_default_size(500, 400) @@ -3723,7 +3723,7 @@ class ConnectionNotify(Gtk.Revealer): close_button=Gtk.Button(image=Gtk.Image.new_from_icon_name("window-close-symbolic", Gtk.IconSize.BUTTON)) close_button.set_relief(Gtk.ReliefStyle.NONE) connect_button=Gtk.Button(label=_("Connect")) - settings_button=Gtk.Button(label=_("Settings")) + settings_button=Gtk.Button(label=_("Preferences")) settings_button.set_action_name("win.profile-settings") # connect @@ -3815,7 +3815,7 @@ class MainWindow(Gtk.ApplicationWindow): # menu subsection=Gio.Menu() - subsection.append(_("Settings"), "win.settings") + subsection.append(_("Preferences"), "win.settings") subsection.append(_("Keyboard Shortcuts"), "win.show-help-overlay") subsection.append(_("Help"), "win.help") subsection.append(_("About mpdevil"), "app.about") diff --git a/po/de.po b/po/de.po index 4b07ad5..82dec1b 100644 --- a/po/de.po +++ b/po/de.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-14 13:43+0200\n" -"PO-Revision-Date: 2021-09-14 13:44+0200\n" +"POT-Creation-Date: 2021-09-14 14:33+0200\n" +"PO-Revision-Date: 2021-09-14 14:34+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: de\n" @@ -190,7 +190,7 @@ msgid "Genre" msgstr "Genre" #: mpdevil:1299 mpdevil:1301 mpdevil:3726 mpdevil:3818 -msgid "Settings" +msgid "Preferences" msgstr "Einstellungen" #: mpdevil:1315 mpdevil:1326 @@ -560,6 +560,9 @@ msgstr "verbinden…" msgid "Debug mode" msgstr "Debugmodus" +#~ msgid "Settings" +#~ msgstr "Einstellungen" + #~ msgid "About" #~ msgstr "Über" diff --git a/po/mpdevil.pot b/po/mpdevil.pot index 896de1a..af50c78 100644 --- a/po/mpdevil.pot +++ b/po/mpdevil.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-14 13:43+0200\n" +"POT-Creation-Date: 2021-09-14 14:33+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,7 +185,7 @@ msgid "Genre" msgstr "" #: mpdevil:1299 mpdevil:1301 mpdevil:3726 mpdevil:3818 -msgid "Settings" +msgid "Preferences" msgstr "" #: mpdevil:1315 mpdevil:1326 diff --git a/po/nl.po b/po/nl.po index 0f4da43..4c92050 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-14 13:43+0200\n" -"PO-Revision-Date: 2021-09-14 13:45+0200\n" +"POT-Creation-Date: 2021-09-14 14:33+0200\n" +"PO-Revision-Date: 2021-09-14 14:38+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: nl\n" @@ -188,8 +188,8 @@ msgid "Genre" msgstr "Genre" #: mpdevil:1299 mpdevil:1301 mpdevil:3726 mpdevil:3818 -msgid "Settings" -msgstr "Instellingen" +msgid "Preferences" +msgstr "Voorkeuren" #: mpdevil:1315 mpdevil:1326 msgid "View" @@ -558,6 +558,9 @@ msgstr "verbinding maken…" msgid "Debug mode" msgstr "Debugmodus" +#~ msgid "Settings" +#~ msgstr "Instellingen" + #~ msgid "About" #~ msgstr "Over"