made anim time pref label clearer

This commit is contained in:
Marcin Jakubowski
2021-12-07 12:28:02 +01:00
parent fe205fd230
commit 650f3f7f4d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class Preferences {
halign: Gtk.Align.START
});
let animationTimeLabel = new Gtk.Label({
label: _("Animation Time"),
label: _("Animation Time (ms)"),
hexpand: true,
halign: Gtk.Align.START
});