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:22:49 +0100
commita5432d5b27393b8ae2603b61ec1df3210f26045d (patch)
tree7dc178fb0ef2c1cc4fe2ef6478f7a59733d488cb
parent7f744cdbdcf0b6786dc93e40572d990ddc4ad4ba (diff)
downloadnautilus-a5432d5b27393b8ae2603b61ec1df3210f26045d.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>