changed title in assistent view

This commit is contained in:
Artem Anufrij 2017-08-02 22:10:15 +02:00
parent 4f24e10811
commit 6b40c5a3be

View file

@ -70,7 +70,7 @@ namespace Webpin {
}
//welcome message
message = new Gtk.Label (_("Create a new web app with webpin"));
message = new Gtk.Label (_("Create a new web app"));
message.get_style_context ().add_class ("h2");
//app information
icon_button = new Gtk.Button ();