summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-08 12:21:38 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-08 12:28:59 +0100
commite22ed2516550cda7a0fddbd3cd56fd0eabfbd0de (patch)
treee50144fc0ca9b9b8bafc8eb101453bcd6a4d4faa
parentdaf20f6de6102ff17588f12de808157989a58ac8 (diff)
downloadnautilus-e22ed2516550cda7a0fddbd3cd56fd0eabfbd0de.tar.gz
preferences: improve the wording
-rw-r--r--src/resources/ui/nautilus-preferences-dialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/ui/nautilus-preferences-dialog.ui b/src/resources/ui/nautilus-preferences-dialog.ui
index 5470696fc..46fdebee3 100644
--- a/src/resources/ui/nautilus-preferences-dialog.ui
+++ b/src/resources/ui/nautilus-preferences-dialog.ui
@@ -657,7 +657,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="local_recursive_search_checkbutton">
- <property name="label" translatable="yes">Search subfolders on local file systems</property>
+ <property name="label" translatable="yes">Search subfolders on local locations</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -694,7 +694,7 @@
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="remote_recursive_search_checkbutton">
- <property name="label" translatable="yes">Search subfolders on remote file systems</property>
+ <property name="label" translatable="yes">Search subfolders on network locations</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>