Change comment column title - "Comments (click to edit)"

This commit is contained in:
Tony George 2020-11-16 10:09:13 +05:30
parent 40c3c91d4d
commit 920a4781d6

View File

@ -221,7 +221,7 @@ class SnapshotListBox : Gtk.Box{
//cell_desc
col_desc = new TreeViewColumn();
col_desc.title = _("Comments");
col_desc.title = _("Comments (click to edit)");
col_desc.resizable = true;
col_desc.clickable = true;
col_desc.expand = true;