mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 12:20:58 +00:00
Fix wording in empty ContextBar::InkShadesField widget
This commit is contained in:
parent
2949ff0a7c
commit
62f90a1a76
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user