translation update

This commit is contained in:
Martin Wagner
2020-03-06 11:37:15 +01:00
parent 67ec5ad695
commit 4f273a8a1f
3 changed files with 187 additions and 131 deletions

View File

@@ -1313,7 +1313,7 @@ class GeneralSettings(Gtk.Grid):
self.treeview.append_column(column_text)
#fill store
settings_list=[(_("Use alternative Layout"), "alt-layout"), (_("Show stop button"), "show-stop"), \
settings_list=[(_("Use alternative layout"), "alt-layout"), (_("Show stop button"), "show-stop"), \
(_("Show genre filter"), "show-genre-filter"), (_("Show tooltips in album view"), "show-album-view-tooltips"), \
(_("Sort albums by year"), "sort-albums-by-year"), (_("Show all artists"), "show-all-artists"), \
(_("Send notification on title change"), "send-notify"), (_("Stop playback on quit"), "stop-on-quit"), \