[gimp] Makes 'Switches' in the Layer Attributes dialog translatable



commit 1133a8bff3386e00bd53ee6db993a44db88bc1ca
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Tue Oct 25 01:09:29 2016 +0300

    Makes 'Switches' in the Layer Attributes dialog translatable

 app/dialogs/layer-options-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/dialogs/layer-options-dialog.c b/app/dialogs/layer-options-dialog.c
index 3b4aa74..1b35440 100644
--- a/app/dialogs/layer-options-dialog.c
+++ b/app/dialogs/layer-options-dialog.c
@@ -403,7 +403,7 @@ layer_options_dialog_new (GimpImage                *image,
   gtk_box_pack_start (GTK_BOX (main_hbox), right_vbox, FALSE, FALSE, 0);
   gtk_widget_show (right_vbox);
 
-  frame = gimp_frame_new ("Switches");
+  frame = gimp_frame_new (_("Switches"));
   gtk_box_pack_start (GTK_BOX (right_vbox), frame, FALSE, FALSE, 0);
   gtk_widget_show (frame);
 


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