app: fix a typo (realtive)

This commit is contained in:
Piotr Drąg 2017-12-23 00:13:18 +01:00
parent 09035bc3f5
commit 4df282a6fb
1 changed files with 1 additions and 1 deletions

View File

@ -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);