summaryrefslogtreecommitdiff
path: root/src/nautilus-window-manage-views.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-08-14 00:32:56 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-08-14 10:47:11 -0400
commit6b3dd822dc73b8966a4fbf5e23165cbd109afde9 (patch)
treed391293d5a627b58f46976e7139f49428a9f537f /src/nautilus-window-manage-views.c
parent99617ee9747bba2e860f73a28646e29c577ff138 (diff)
downloadnautilus-6b3dd822dc73b8966a4fbf5e23165cbd109afde9.tar.gz
Use double quotes instead of ascii quotes
https://bugzilla.gnome.org/show_bug.cgi?id=681808
Diffstat (limited to 'src/nautilus-window-manage-views.c')
-rw-r--r--src/nautilus-window-manage-views.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-window-manage-views.c b/src/nautilus-window-manage-views.c
index 249a60053..c54134fff 100644
--- a/src/nautilus-window-manage-views.c
+++ b/src/nautilus-window-manage-views.c
@@ -1653,7 +1653,7 @@ display_view_selection_failure (NautilusWindow *window, NautilusFile *file,
case G_IO_ERROR_NOT_SUPPORTED:
scheme_string = g_file_get_uri_scheme (location);
if (scheme_string != NULL) {
- detail_message = g_strdup_printf (_("\"%s\" locations are not supported."),
+ detail_message = g_strdup_printf (_("ā€œ%sā€ locations are not supported."),
scheme_string);
} else {
detail_message = g_strdup (_("Unable to handle this kind of location."));