From 6a3070e68073b9a44e57f35fc9b00d7a842e48eb Mon Sep 17 00:00:00 2001 From: Nelsson Huotari Date: Mon, 7 Oct 2019 23:48:02 +0300 Subject: [PATCH] Fix shape brush setting description --- apps/opencs/model/prefs/state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/opencs/model/prefs/state.cpp b/apps/opencs/model/prefs/state.cpp index 35a8ef2df2..b672855137 100644 --- a/apps/opencs/model/prefs/state.cpp +++ b/apps/opencs/model/prefs/state.cpp @@ -248,7 +248,7 @@ void CSMPrefs::State::declare() addValues (landeditOutsideVisibleCell); declareInt ("texturebrush-maximumsize", "Maximum texture brush size", 50). setMin (1); - declareInt ("shapebrush-maximumsize", "Maximum texture brush size", 100). + declareInt ("shapebrush-maximumsize", "Maximum shape brush size", 100). setMin (1); declareBool ("open-list-view", "Open displays list view", false). setTooltip ("When opening a reference from the scene view, it will open the"