Skip to content
Snippets Groups Projects
Commit 03245a87 authored by atenart's avatar atenart
Browse files

Rename the Nautilus path column to file

parent 27445e91
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -124,7 +124,7 @@ class ColumnExtension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationW
column_pixbuf = Gtk.TreeViewColumn("Image", renderer_pixbuf, pixbuf=0)
treeview.append_column(column_pixbuf)
for idx, name in enumerate(['Reason', 'Path']):
for idx, name in enumerate(['Reason', 'File']):
renderer_text = Gtk.CellRendererText()
column_text = Gtk.TreeViewColumn(name, renderer_text, text=idx+1)
treeview.append_column(column_text)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment