From 709e7dc29bdfd104ea81f72607b77c46a84a0af9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Mar 2007 07:11:28 +0100 Subject: add gettext to js, bump translations --- tt-rss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 52ce95f2f..eefc90e7f 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -32,9 +32,9 @@ function toggleTags() { var p = document.getElementById("dispSwitchPrompt"); if (display_tags) { - p.innerHTML = "display feeds"; + p.innerHTML = __("display feeds"); } else { - p.innerHTML = "display tags"; + p.innerHTML = __("display tags"); } notify_progress("Loading, please wait..."); -- cgit v1.2.3