From 650f3f7f4d72014241eb4f36f75ebb09fe50d32d Mon Sep 17 00:00:00 2001 From: Marcin Jakubowski Date: Tue, 7 Dec 2021 12:27:39 +0100 Subject: [PATCH] made anim time pref label clearer --- metadata.json | 2 +- prefs.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 });