[Thunar-workers] CVS: design/ui ThunarListView.py, 1.3,	1.4 ThunarPropertiesDialog.py, 1.8, 1.9
    Jens Luedicke 
    perldude at lunar-linux.org
       
    Sun Mar  6 16:53:58 CET 2005
    
    
  
Update of /var/cvs/thunar/design/ui
In directory espresso.foo-projects.org:/tmp/cvs-serv10424
Modified Files:
	ThunarListView.py ThunarPropertiesDialog.py 
Log Message:
rename column Kind -> Type
Index: ThunarListView.py
===================================================================
RCS file: /var/cvs/thunar/design/ui/ThunarListView.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ThunarListView.py	4 Mar 2005 20:30:18 -0000	1.3
+++ ThunarListView.py	6 Mar 2005 15:53:55 -0000	1.4
@@ -81,7 +81,7 @@
         column.set_expand(False)
         self.append_column(column)
 
-        column = gtk.TreeViewColumn('Kind')
+        column = gtk.TreeViewColumn('Type')
         renderer = gtk.CellRendererText()
         column.pack_start(renderer, False)
         column.add_attribute(renderer, 'text', ThunarModel.COLUMN_KIND)
Index: ThunarPropertiesDialog.py
===================================================================
RCS file: /var/cvs/thunar/design/ui/ThunarPropertiesDialog.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ThunarPropertiesDialog.py	6 Mar 2005 15:25:56 -0000	1.8
+++ ThunarPropertiesDialog.py	6 Mar 2005 15:53:55 -0000	1.9
@@ -100,7 +100,7 @@
         row += 1 ### }
 
         ### {
-        label = gtk.Label('<b>Kind:</b>')
+        label = gtk.Label('<b>Type:</b>')
         label.set_use_markup(True)
         label.set_alignment(1.0, 0.5)
         table.attach(label, 0, 1, row, row + 1, gtk.FILL, gtk.FILL)
    
    
More information about the Thunar-workers
mailing list