From 8ef7dcdd660296b963be5b7ed15c5586aa819ee2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 Feb 2015 00:43:48 +0100 Subject: de GNU Former-commit-id: 08fef7735047cc265e732059bc6079aa4d841eaa --- lang.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang.js') diff --git a/lang.js b/lang.js index 197b7c29..c00cf34a 100644 --- a/lang.js +++ b/lang.js @@ -12,9 +12,9 @@ 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'; + if (l == 'en') document.title = 'GNU Taler - Taxable Anonymous Libre Electronic Reserve'; + if (l == 'de') document.title = 'GNU Taler - Taxierbare Anonyme Liberale Elektronische Reserven'; + if (l == 'fr') document.title = 'GNU Taler - Taxable Anonyme Libre Électronique Réserve'; } function get_default_lang() -- cgit v1.2.3