app: Fix translation, "region_select" => "selection"

This commit is contained in:
Martin Nordholts 2010-08-17 19:08:33 +02:00
parent 9bd423994d
commit 92d0b22653
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ gimp_region_select_options_class_init (GimpRegionSelectOptionsClass *klass)
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_SAMPLE_MERGED,
"sample-merged",
N_("Base region_select on all visible layers"),
N_("Base selection on all visible layers"),
FALSE,
GIMP_PARAM_STATIC_STRINGS);