mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed representation of 'force-mode'
This commit is contained in:
parent
536de0262e
commit
75c865300b
@ -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])
|
||||
|
8
po/de.po
8
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:"
|
||||
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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
|
||||
|
Loading…
Reference in New Issue
Block a user