mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
small formulation change
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user