[gimp] Typo fixed



commit dd8c65aed31cb8cb37db42ca68f38288dac39aeb
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Mon Feb 22 10:52:06 2010 +0300

    Typo fixed

 app/widgets/gimpdynamicseditor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimpdynamicseditor.c b/app/widgets/gimpdynamicseditor.c
index 4ed241f..eb5bf8e 100644
--- a/app/widgets/gimpdynamicseditor.c
+++ b/app/widgets/gimpdynamicseditor.c
@@ -128,13 +128,13 @@ gimp_dynamics_editor_init (GimpDynamicsEditor *editor)
                                            editor->notebook,
                                            editor->check_grid);
 
-  frame = gtk_frame_new(_("Maping matrix"));
+  frame = gtk_frame_new(_("Mapping matrix"));
   gtk_notebook_append_page (GTK_NOTEBOOK (editor->notebook), frame, NULL);
   gtk_widget_show (frame);
 
   gimp_int_combo_box_prepend (GIMP_INT_COMBO_BOX (editor->view_selector),
                               GIMP_INT_STORE_VALUE,    -1,
-                              GIMP_INT_STORE_LABEL,    _("Maping matrix"),
+                              GIMP_INT_STORE_LABEL,    _("Mapping matrix"),
                               GIMP_INT_STORE_USER_DATA, frame,
                               -1);
 



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