mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
fix tool tip
This commit is contained in:
parent
5e26fbd6eb
commit
efab05bae9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user