small formulation change

This commit is contained in:
Martin Wagner
2021-02-12 17:00:06 +01:00
parent 432a4d4425
commit 8217a87f13
4 changed files with 15 additions and 15 deletions

View File

@ -824,7 +824,7 @@ class GeneralSettings(Gtk.Box):
(_("Send notification on title change"), None, "send-notify"),
(_("Stop playback on quit"), None, "stop-on-quit"),
(_("Play selected albums and titles immediately"), None, "force-mode"),
(_("Sort albums in chronological order"), None, "sort-albums-by-year"),
(_("Sort albums by year"), None, "sort-albums-by-year"),
]
for label, tooltip, key in check_buttons_data:
check_buttons[key]=Gtk.CheckButton(label=label, tooltip_text=tooltip)