fixed typo

This commit is contained in:
Marcin Jakubowski
2021-12-23 17:12:49 +01:00
parent afb75191b8
commit cddb0cd863
+1 -1
View File
@@ -113,7 +113,7 @@ class Preferences {
halign: Gtk.Align.START halign: Gtk.Align.START
}); });
let paddingVerticalLabel = new Gtk.Label({ let paddingVerticalLabel = new Gtk.Label({
label: _("Vertial Padding"), label: _("Vertical Padding"),
hexpand: true, hexpand: true,
halign: Gtk.Align.START halign: Gtk.Align.START
}); });