From f0ae57836f582c26d8e75d00ca87209cdae2cc1a Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 21 Mar 2012 14:41:48 -0300 Subject: [PATCH] Minor change in about. --- src/commands/cmd_about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/cmd_about.cpp b/src/commands/cmd_about.cpp index ab41a509e..552507af8 100644 --- a/src/commands/cmd_about.cpp +++ b/src/commands/cmd_about.cpp @@ -52,7 +52,7 @@ void AboutCommand::onExecute(Context* context) Box* box1 = new Box(JI_VERTICAL); Grid* grid = new Grid(2, false); Label* title = new Label(PACKAGE " v" VERSION); - Label* subtitle = new Label("Animated sprites editor && pixel art tool"); + Label* subtitle = new Label("Animated sprite editor && pixel art tool"); Widget* authors_separator1 = ji_separator_new("Authors:", JI_HORIZONTAL | JI_TOP); Widget* authors_separator2 = ji_separator_new(NULL, JI_HORIZONTAL); Label* author1 = new LinkLabel("http://dacap.com.ar/", "David Capello");