Fix a typo

Modifed should be Modified.
https://bugzilla.gnome.org/show_bug.cgi?id=699225
This commit is contained in:
Matthias Clasen 2013-04-29 13:06:59 -04:00
parent 8cb78d82d6
commit f47e578737

View File

@ -290,7 +290,7 @@
<child>
<object class="GtkTreeViewColumn" id="list_mtime_column">
<property name="resizable">True</property>
<property name="title" translatable="yes">Modifed</property>
<property name="title" translatable="yes">Modified</property>
<child>
<object class="GtkCellRendererText" id="list_mtime_renderer"/>
</child>