diff options
author | Alexandre Franke <alexandre.franke@gmail.com> | 2018-03-23 17:49:14 +0000 |
---|---|---|
committer | Carlos Soriano <csoriano1618@gmail.com> | 2018-03-23 18:11:18 +0000 |
commit | d2cee6b2a604277ec6a20191c917bb2e080d5800 (patch) | |
tree | 64fc479340bfadea62cebee9fe81764ce0206c2c | |
parent | 42fe131d202c2ad6cbe4456a614d3b949a255e66 (diff) | |
download | nautilus-d2cee6b2a604277ec6a20191c917bb2e080d5800.tar.gz |
Make strings consistent
-rw-r--r-- | src/resources/ui/nautilus-preferences-window.ui | 2 |
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 fc7c97758..b9dc9b3fe 100644 --- a/src/resources/ui/nautilus-preferences-window.ui +++ b/src/resources/ui/nautilus-preferences-window.ui @@ -1004,7 +1004,7 @@ </child> <child> <object class="GtkRadioButton" id="count_only_this_computer_radiobutton"> - <property name="label" translatable="yes">F_olders in this computer only</property> + <property name="label" translatable="yes">F_olders on this computer only</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |