more clear preference name to expose its effect better

This commit is contained in:
Garux 2018-01-05 14:41:02 +03:00
parent fd04e52a06
commit fadace9d69

View File

@ -92,7 +92,7 @@ void Brush_constructPreferences( PreferencesPage& page ){
if ( g_multipleBrushTypes ) {
const char* names[] = { BrushType_getName( g_brushTypes[0] ), BrushType_getName( g_brushTypes[1] ), BrushType_getName( g_brushTypes[2] ) };
page.appendCombo(
"Brush Type",
"New map Brush Type",
g_brushType,
STRING_ARRAY_RANGE( names )
);