From 8b3c7ace4655fe5ca335ccbacbc6e1b7ecc72dfd Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Thu, 31 Mar 2011 14:47:15 +0530 Subject: [PATCH] web-page: Change quote style --- plug-ins/common/web-page.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/common/web-page.c b/plug-ins/common/web-page.c index d93ba6592f..d00d942f86 100644 --- a/plug-ins/common/web-page.c +++ b/plug-ins/common/web-page.c @@ -375,7 +375,7 @@ webpage_capture (void) G_CALLBACK (load_finished_cb), window); - gimp_progress_init_printf (_("Downloading webpage '%s'"), webpagevals.url); + gimp_progress_init_printf (_("Downloading webpage `%s'"), webpagevals.url); webkit_web_view_open (WEBKIT_WEB_VIEW (view), webpagevals.url); @@ -390,7 +390,7 @@ webpage_capture (void) gint height; gint32 layer; - gimp_progress_init_printf (_("Transferring webpage image for '%s'"), + gimp_progress_init_printf (_("Transferring webpage image for `%s'"), webpagevals.url); width = gdk_pixbuf_get_width (webpixbuf);