diff --git a/metadata.json b/metadata.json index 962aca1..fb70b5c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "Notification Banner Reloaded", - "version": 2, + "version": 3, "description": "Configure notification banner position and animation to your liking", "uuid": "notification-banner-reloaded@marcinjakubowski.github.com", "shell-version": [ diff --git a/prefs.js b/prefs.js index 3a35204..3cba37f 100644 --- a/prefs.js +++ b/prefs.js @@ -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 });