summaryrefslogtreecommitdiff
path: root/plugins/newmail_notifier/localization/en_US.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-09-12 12:06:12 +0200
committerAleksander Machniak <alec@alec.pl>2013-09-12 12:06:12 +0200
commitf806ed5c9e66e970efb958f087530b1b75afcd78 (patch)
tree8ee50bf2413ba1c470704c761b64a8bf9bef777a /plugins/newmail_notifier/localization/en_US.inc
parent44cb96ad6f75eb4a666067c062e8618b3f35fb60 (diff)
Implemented configurable timeout for desktop notification (#1489205)
Diffstat (limited to 'plugins/newmail_notifier/localization/en_US.inc')
-rw-r--r--plugins/newmail_notifier/localization/en_US.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/newmail_notifier/localization/en_US.inc b/plugins/newmail_notifier/localization/en_US.inc
index 7c1c5cf3f..1c4054615 100644
--- a/plugins/newmail_notifier/localization/en_US.inc
+++ b/plugins/newmail_notifier/localization/en_US.inc
@@ -25,5 +25,6 @@ $labels['body'] = 'You\'ve received a new message.';
$labels['testbody'] = 'This is a test notification.';
$labels['desktopdisabled'] = 'Desktop notifications are disabled in your browser.';
$labels['desktopunsupported'] = 'Your browser does not support desktop notifications.';
+$labels['desktoptimeout'] = 'Close desktop notification';
?>