summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang.js b/lang.js
index 030093ef..e0d287a2 100644
--- a/lang.js
+++ b/lang.js
@@ -12,6 +12,7 @@ function setLang(l)
if (supports_html5_storage()) {
sessionStorage.setItem('lang', l);
}
+ if (l == 'en') document.title = 'Taler - Taxable Anonymous Libre Electronic Reserve';
if (l == 'de') document.title = 'Taler - Taxierbare Anonyme Liberale Elektronische Reserven';
if (l == 'fr') document.title = 'Taler - Taxable Anonyme Libre Électronique Réserve';
}