diff --git a/data/gui.xml b/data/gui.xml index d87e035cf..8c53f21eb 100644 --- a/data/gui.xml +++ b/data/gui.xml @@ -389,6 +389,9 @@ + + + diff --git a/src/app/commands/cmd_color_quantization.cpp b/src/app/commands/cmd_color_quantization.cpp index 11d777a38..3e432397f 100644 --- a/src/app/commands/cmd_color_quantization.cpp +++ b/src/app/commands/cmd_color_quantization.cpp @@ -1,5 +1,5 @@ // Aseprite -// Copyright (C) 2001-2015 David Capello +// Copyright (C) 2001-2016 David Capello // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as @@ -75,7 +75,7 @@ private: ColorQuantizationCommand::ColorQuantizationCommand() : Command("ColorQuantization", - "Color Quantization", + "Create Palette from Current Sprite (Color Quantization)", CmdRecordableFlag) { }