[gimp] Improve punctuation in a translatable string



commit 795bd0f9a3ee540e486aeb9ac47d6e6856887ba6
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat May 17 20:37:13 2014 +0200

    Improve punctuation in a translatable string

 plug-ins/gfig/gfig-dobject.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/gfig/gfig-dobject.c b/plug-ins/gfig/gfig-dobject.c
index 1cb7655..b23eae7 100644
--- a/plug-ins/gfig/gfig-dobject.c
+++ b/plug-ins/gfig/gfig-dobject.c
@@ -577,7 +577,7 @@ remove_obj_from_list (GFigObj    *obj,
       gtk_widget_queue_draw (gfig_context->preview);
     }
   else
-    g_warning (_("Hey where has the object gone ?"));
+    g_warning (_("Hey, where has the object gone?"));
 }
 
 static void


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