[gimp] web-page: Change quote style



commit 8b3c7ace4655fe5ca335ccbacbc6e1b7ecc72dfd
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Mar 31 14:47:15 2011 +0530

    web-page: Change quote style

 plug-ins/common/web-page.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/web-page.c b/plug-ins/common/web-page.c
index d93ba65..d00d942 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]