summaryrefslogtreecommitdiff
path: root/src/nautilus-query-editor.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-11-11 18:48:52 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2016-11-12 17:45:21 +0100
commit5c213a6be69282e2615ce0d4c11d021b5ff754ef (patch)
treee11ff696b8f9eadfa3dd9f58ba6369371d2d5154 /src/nautilus-query-editor.c
parent92985445586076426463401b9e79385ae87a81c0 (diff)
downloadnautilus-5c213a6be69282e2615ce0d4c11d021b5ff754ef.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=774288
Diffstat (limited to 'src/nautilus-query-editor.c')
-rw-r--r--src/nautilus-query-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index 54f2a237b..5d9eca9c1 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -143,7 +143,7 @@ update_information_label (NautilusQueryEditor *editor)
else if (nautilus_file_is_remote (file) &&
!settings_search_is_recursive (editor))
{
- label = _("Remote location - only searching the current folder");
+ label = _("Remote location — only searching the current folder");
}
else if (!settings_search_is_recursive (editor))
{