mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 19:13:43 +00:00
Modified about string.
This commit is contained in:
parent
d093439109
commit
e675e4e5fe
@ -56,7 +56,7 @@ void AboutCommand::execute(Context* context)
|
||||
FramePtr window(new Frame(false, _("About " PACKAGE)));
|
||||
|
||||
box1 = jbox_new(JI_VERTICAL);
|
||||
label1 = jlabel_new(PACKAGE " | allegro sprite editor | " VERSION);
|
||||
label1 = jlabel_new(PACKAGE " | Allegro Sprite Editor | " VERSION);
|
||||
label2 = jlabel_new(_("A pixel art program"));
|
||||
separator1 = ji_separator_new(NULL, JI_HORIZONTAL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user