[gimp] app: fix a typo (realtive)



commit 4df282a6fb0e45ca618e8bca3aaa0feccce1c755
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Dec 23 00:13:18 2017 +0100

    app: fix a typo (realtive)

 app/paint/gimppaintoptions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/paint/gimppaintoptions.c b/app/paint/gimppaintoptions.c
index 7d94998..53290cd 100644
--- a/app/paint/gimppaintoptions.c
+++ b/app/paint/gimppaintoptions.c
@@ -266,7 +266,7 @@ gimp_paint_options_class_init (GimpPaintOptionsClass *klass)
   GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_BRUSH_LOCK_TO_VIEW,
                             "brush-lock-to-view",
                             _("Lock brush to view"),
-                            _("Keep brush appearance fixed realtive to the view"),
+                            _("Keep brush appearance fixed relative to the view"),
                             DEFAULT_BRUSH_LOCK_TO_VIEW,
                             GIMP_PARAM_STATIC_STRINGS);
 


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