diff --git a/src/customwidgets/qgscolorbuttonplugin.cpp b/src/customwidgets/qgscolorbuttonplugin.cpp index d63f20b8b45..9a1fe5d688a 100644 --- a/src/customwidgets/qgscolorbuttonplugin.cpp +++ b/src/customwidgets/qgscolorbuttonplugin.cpp @@ -71,12 +71,12 @@ void QgsColorButtonPlugin::initialize( QDesignerFormEditorInterface *core ) QString QgsColorButtonPlugin::toolTip() const { - return "A widget to define the scale range"; + return "Select color"; } QString QgsColorButtonPlugin::whatsThis() const { - return "A widget to define the scale range."; + return ""; } QString QgsColorButtonPlugin::domXml() const