From 4df282a6fb0e45ca618e8bca3aaa0feccce1c755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sat, 23 Dec 2017 00:13:18 +0100 Subject: [PATCH] app: fix a typo (realtive) --- app/paint/gimppaintoptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/paint/gimppaintoptions.c b/app/paint/gimppaintoptions.c index 7d949987a3..53290cd7e1 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);