[gimp] wavelet-decompose: marke user-visible messages for translation
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gimp] wavelet-decompose: marke user-visible messages for translation
- Date: Thu, 28 Sep 2017 01:27:12 +0000 (UTC)
commit 290c5f54e3d9d0842e9fd34a46b1ae8e44e6f907
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Thu Sep 28 04:10:55 2017 +0300
    wavelet-decompose: marke user-visible messages for translation
 plug-ins/common/wavelet-decompose.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/wavelet-decompose.c b/plug-ins/common/wavelet-decompose.c
index d8235e8..c80d316 100644
--- a/plug-ins/common/wavelet-decompose.c
+++ b/plug-ins/common/wavelet-decompose.c
@@ -205,7 +205,7 @@ run (const gchar      *name,
 
           scale_ids[id] = new_scale_id;
 
-          g_snprintf (scale_name, sizeof (scale_name), "Scale %d", id + 1);
+          g_snprintf (scale_name, sizeof (scale_name), _("Scale %d"), id + 1);
           gimp_item_set_name (new_scale_id, scale_name);
 
           tmp_id = gimp_layer_copy (new_scale_id);
@@ -229,7 +229,7 @@ run (const gchar      *name,
           new_scale_id = blur_id;
         }
 
-      gimp_item_set_name (new_scale_id, "residual");
+      gimp_item_set_name (new_scale_id, _("Residual"));
 
       for (id = 0; id < wavelet_params.scales; id++)
         {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]