From 566469981da4c7844fd5d9ea41394151fad44ccc Mon Sep 17 00:00:00 2001 From: Jeremy Edberg Date: Wed, 3 Sep 2008 14:25:23 -0700 Subject: [PATCH] fixes possible translation errors --- r2/r2/templates/commentreplybox.html | 2 +- r2/r2/templates/profilebar.html | 4 ++-- r2/r2/templates/reddit.html | 6 +++--- r2/r2/templates/subredditbox.html | 2 +- r2/r2/templates/subredditinfobar.html | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/r2/r2/templates/commentreplybox.html b/r2/r2/templates/commentreplybox.html index 1b5eaf519..deee9b3a6 100644 --- a/r2/r2/templates/commentreplybox.html +++ b/r2/r2/templates/commentreplybox.html @@ -59,7 +59,7 @@ diff --git a/r2/r2/templates/profilebar.html b/r2/r2/templates/profilebar.html index fbfe888e3..a1bd37fb6 100644 --- a/r2/r2/templates/profilebar.html +++ b/r2/r2/templates/profilebar.html @@ -75,12 +75,12 @@ %if thing.isFriend: - + ${_("remove from friends")} %else: - + ${_("add to friends")} %endif diff --git a/r2/r2/templates/reddit.html b/r2/r2/templates/reddit.html index 8db0f1659..0254c309f 100644 --- a/r2/r2/templates/reddit.html +++ b/r2/r2/templates/reddit.html @@ -98,9 +98,9 @@ window.onpageshow = function(evt) { if (evt.persisted) init() }; - var _global_fetching_tag = '${_("fetching title...")}'; - var _global_submitting_tag = '${_("submitting...")}'; - var _global_loading_tag = '${_("loading...")}'; + var _global_fetching_tag = "${_('fetching title...')}"; + var _global_submitting_tag = "${_('submitting...')}"; + var _global_loading_tag = "${_('loading...')}"; diff --git a/r2/r2/templates/subredditbox.html b/r2/r2/templates/subredditbox.html index 379abb3ba..8b47a5942 100644 --- a/r2/r2/templates/subredditbox.html +++ b/r2/r2/templates/subredditbox.html @@ -33,7 +33,7 @@ ${thing.title}
${thing.subtitle}
diff --git a/r2/r2/templates/subredditinfobar.html b/r2/r2/templates/subredditinfobar.html index f88024bc6..628659f0e 100644 --- a/r2/r2/templates/subredditinfobar.html +++ b/r2/r2/templates/subredditinfobar.html @@ -37,7 +37,7 @@ + value="${_('subscribe')}"/> ${_("unsubscribe")} @@ -45,7 +45,7 @@ + value="${_('unsubscribe')}"/> ${_("subscribe")} %endif