summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 7442daa67..b7e633ea9 100644
--- a/functions.js
+++ b/functions.js
@@ -140,6 +140,10 @@ function notify_real(msg, no_hide, n_type) {
*/
+ if (typeof __ != 'undefined') {
+ msg = __(msg);
+ }
+
if (n_type == 1) {
n.className = "notify";
} else if (n_type == 2) {