Merge pull request #508 from MadEmperorYuri/patch-1

Improve clarity of column headers
This commit is contained in:
Tony George 2020-02-09 20:12:14 +05:30 committed by GitHub
commit fafd019fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ class UsersBox : Gtk.Box{
// column -------------------------------------------------
col = new TreeViewColumn();
col.title = _("Exclude All");
col.title = _("Exclude All Files");
treeview.append_column(col);
// radio_exclude
@ -191,7 +191,7 @@ class UsersBox : Gtk.Box{
// column -------------------------------------------------
col = new TreeViewColumn();
col.title = _("Include Hidden");
col.title = _("Include Only Hidden Files");
treeview.append_column(col);
// radio_include
@ -263,7 +263,7 @@ class UsersBox : Gtk.Box{
// column --------------------------------------------
col = new TreeViewColumn();
col.title = _("Include All");
col.title = _("Include All Files");
treeview.append_column(col);
// radio_exclude