#451 Add translation markup for "Help"

This commit is contained in:
Tony George 2019-08-11 12:23:00 +05:30
parent b1666cfb05
commit 6fb91a9acc

View File

@ -129,7 +129,7 @@ class SnapshotBackendBox : Gtk.Box{
private void add_description(){
Gtk.Expander expander = new Gtk.Expander("Help");
Gtk.Expander expander = new Gtk.Expander(_("Help"));
expander.use_markup = true;
expander.margin_top = 12;
this.add(expander);