From ccfb312af207c6a937664882771a0a10f102e362 Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Thu, 2 Oct 2014 22:30:59 +0600 Subject: [PATCH] fix switch-to-normal-posts string --- js/interface_localization.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/interface_localization.js b/js/interface_localization.js index 1165477..6a05b58 100644 --- a/js/interface_localization.js +++ b/js/interface_localization.js @@ -177,7 +177,7 @@ if(preferredLanguage == "en"){ "You don't have any profile because you are not logged in.": "You don't have any profile because you are not logged in.", "Options": "Options", "Switch to Promoted posts": "Switch to Promoted posts", - "Switch to Normal posts": "Switch to Promoted posts", + "Switch to Normal posts": "Switch to Normal posts", "Use language": "Use language", "Ignore": "Ignore", "Theme": "Theme",