diff --git a/src/app/commands/cmd_about.cpp b/src/app/commands/cmd_about.cpp index abffcb73b..6bcfa830b 100644 --- a/src/app/commands/cmd_about.cpp +++ b/src/app/commands/cmd_about.cpp @@ -55,9 +55,9 @@ void AboutCommand::onExecute(Context* context) Separator* authors_separator1 = new Separator("Authors:", JI_HORIZONTAL | JI_TOP); Separator* authors_separator2 = new Separator("", JI_HORIZONTAL); Label* author1 = new LinkLabel("http://dacap.com.ar/", "David Capello"); - Label* author1_desc = new Label("| Programming"); + Label* author1_desc = new Label("- Lead developer, graphics && maintainer"); Label* author2 = new LinkLabel("http://ilkke.blogspot.com/", "Ilija Melentijevic"); - Label* author2_desc = new Label("| Skin v0.8"); + Label* author2_desc = new Label("- Default skin && graphics introduced in v0.8"); Label* author3 = new LinkLabel(WEBSITE_CONTRIBUTORS, "Contributors"); Box* bottom_box1 = new Box(JI_HORIZONTAL); Box* bottom_box2 = new Box(JI_HORIZONTAL);