Skip to content

Commit efab05b

Browse files
committedAug 18, 2014
fix tool tip
1 parent 5e26fbd commit efab05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/customwidgets/qgscolorbuttonplugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ void QgsColorButtonPlugin::initialize( QDesignerFormEditorInterface *core )
7171

7272
QString QgsColorButtonPlugin::toolTip() const
7373
{
74-
return "A widget to define the scale range";
74+
return "Select color";
7575
}
7676

7777
QString QgsColorButtonPlugin::whatsThis() const
7878
{
79-
return "A widget to define the scale range.";
79+
return "";
8080
}
8181

8282
QString QgsColorButtonPlugin::domXml() const

0 commit comments

Comments
 (0)
Please sign in to comment.