From 75c865300b0e9d619795b92293a01d5d47ad6b0f Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Wed, 1 Apr 2020 13:22:50 +0200 Subject: [PATCH] fixed representation of 'force-mode' --- bin/mpdevil.py | 2 +- po/de.po | 8 ++++---- po/mpdevil.pot | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/mpdevil.py b/bin/mpdevil.py index 12fa2f1..a705685 100644 --- a/bin/mpdevil.py +++ b/bin/mpdevil.py @@ -2059,7 +2059,7 @@ class GeneralSettings(Gtk.Box): (_("Use 'Album Artist' tag"), "use-album-artist"), \ (_("Send notification on title change"), "send-notify"), \ (_("Stop playback on quit"), "stop-on-quit"), \ - (_("Play selected albums immediately"), "force-mode")] + (_("Play selected albums and titles immediately"), "force-mode")] for data in settings_list: check_buttons[data[1]]=Gtk.CheckButton(label=data[0]) diff --git a/po/de.po b/po/de.po index c681428..066671b 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: 2020-04-01 12:50+0200\n" -"PO-Revision-Date: 2020-04-01 12:51+0200\n" +"POT-Creation-Date: 2020-04-01 13:21+0200\n" +"PO-Revision-Date: 2020-04-01 13:22+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: de\n" @@ -180,8 +180,8 @@ msgid "Stop playback on quit" msgstr "Wiedergabe beim Beenden stoppen" #: mpdevil.py:2062 -msgid "Play selected albums immediately" -msgstr "Ausgewählte Alben sofort abspielen" +msgid "Play selected albums and titles immediately" +msgstr "Ausgewählte Alben und Titel sofort abspielen" #: mpdevil.py:2138 msgid "Choose the order of information to appear in the playlist:" diff --git a/po/mpdevil.pot b/po/mpdevil.pot index d161670..79cef69 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: 2020-04-01 12:50+0200\n" +"POT-Creation-Date: 2020-04-01 13:21+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -179,7 +179,7 @@ msgid "Stop playback on quit" msgstr "" #: mpdevil.py:2062 -msgid "Play selected albums immediately" +msgid "Play selected albums and titles immediately" msgstr "" #: mpdevil.py:2138