updated translations

This commit is contained in:
Martin Wagner
2021-04-20 17:48:03 +02:00
parent c35687956d
commit 5155f3fb0e
4 changed files with 124 additions and 121 deletions

View File

@@ -960,7 +960,7 @@ class GeneralSettings(Gtk.Box):
(_("Stop playback on quit"), "stop-on-quit"),
(_("Play selected albums and titles immediately"), "force-mode"),
(_("Sort albums by year"), "sort-albums-by-year"),
(_("Provide “MPRIS”"), "mpris"),
(_("Support “MPRIS”"), "mpris"),
]
for label, key in check_buttons_data:
check_buttons[key]=Gtk.CheckButton(label=label)