Fix wording in empty ContextBar::InkShadesField widget

This commit is contained in:
David Capello 2015-08-27 08:10:09 -03:00
parent 2949ff0a7c
commit 62f90a1a76

View File

@ -431,7 +431,7 @@ protected:
class ContextBar::InkShadesField : public Widget {
public:
InkShadesField() : Widget(kGenericWidget) {
setText("Select shading colors in palette");
setText("Select colors in the palette");
}
doc::Remap* createShadesRemap(bool left) {