From d18bf1f949a0d4fb15b3bbd6daa6b8a59ebdc3f2 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sat, 27 May 2006 13:00:31 +0000 Subject: Use consistent quoting style. Fix for the bug #320285. * backend/ev-attachment.c: (ev_attachment_save), (ev_attachment_launch_app), (ev_attachment_open): * backend/ev-document-factory.c: (get_document_from_uri): * cut-n-paste/recent-files/egg-recent-view-uimanager.c: (egg_recent_view_uimanager_set_list): * ps/ps-document.c: (check_filecompressed), (document_load), (ps_document_load): * shell/ev-metadata-manager.c: (load_values): * shell/ev-password.c: (ev_password_dialog_set_property): * shell/ev-view.c: (tip_from_link): * shell/ev-window.c: (file_save_dialog_response_cb), (ev_window_print_dialog_response_cb): Use consistent quoting style. Fix for the bug #320285. --- (limited to 'cut-n-paste') diff --git a/cut-n-paste/recent-files/egg-recent-view-uimanager.c b/cut-n-paste/recent-files/egg-recent-view-uimanager.c index 006112b..2010815 100644 --- a/cut-n-paste/recent-files/egg-recent-view-uimanager.c +++ b/cut-n-paste/recent-files/egg-recent-view-uimanager.c @@ -202,7 +202,7 @@ egg_recent_view_uimanager_set_list (EggRecentViewUIManager *view, GList *list) tooltip = (*view->tooltip_func) (item, view->tooltip_func_data); if (!tooltip) - tooltip = g_strdup_printf (_("Open '%s'"), uri); + tooltip = g_strdup_printf (_("Open ā€œ%sā€"), uri); basename = egg_recent_item_get_short_name (item); escaped = egg_recent_util_escape_underlines (basename); -- cgit v0.9.1