From 7e3dd43e9a4a1dbd39eef1de32e33efe7a58c574 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 20 Apr 2014 22:52:26 -0700 Subject: [PATCH] missed a pin copy --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 12e781b8e6f..ccf2ff5fedc 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -939,7 +939,7 @@ en: pinned_enabled: "This topic is now pinned. It will appear at the top of its category until it is unpinned by staff for everyone, or by individual users for themselves." pinned_disabled: "This topic is now unpinned. It will no longer appear at the top of its category." - pinned_globally_enabled: "This topic is now pinned globally. It will appear at the top of its category and all topic lists until it is either unpinned by a moderator, or the Clear Pin button is pressed." + pinned_globally_enabled: "This topic is now pinned globally. It will appear at the top of its category and all topic lists until it is unpinned by staff for everyone, or by individual users for themselves." pinned_globally_disabled: "This topic is now unpinned. It will no longer appear at the top of its category." visible_enabled: "This topic is now visible. It will be displayed in topic lists." visible_disabled: "This topic is now invisible. It will no longer be displayed in any topic lists. The only way to access this topic is via direct link."