summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-15 19:33:18 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-15 19:40:04 +0100
commitc44386a6c92cabd1ed03c895d64a095ea9787442 (patch)
tree326765486c32d66dfb80ea601a5c626d8926e413
parentd03083b1af5263d4fc332898968333a8819b483c (diff)
downloadnautilus-c44386a6c92cabd1ed03c895d64a095ea9787442.tar.gz
preferences: change tittle (again)
Follow what Gedit does, and use a plain "Preferences" for the tittle.
-rw-r--r--src/resources/ui/nautilus-preferences-window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-preferences-window.ui b/src/resources/ui/nautilus-preferences-window.ui
index 31ab08975..144e5033e 100644
--- a/src/resources/ui/nautilus-preferences-window.ui
+++ b/src/resources/ui/nautilus-preferences-window.ui
@@ -167,7 +167,7 @@
</object>
<object class="GtkWindow" id="preferences_window">
<property name="can_focus">False</property>
- <property name="title" translatable="yes">Files Preferences</property>
+ <property name="title" translatable="yes">Preferences</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>