From cf4bd67946be4c80cc9e1149fd7c7eef487b8c71 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 13 Sep 2014 01:26:14 -0700 Subject: [PATCH] UX: rename "invisible" to "unlisted" --- config/locales/client.en.yml | 6 +++--- config/locales/server.en.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 281165433d8..49af47fcf3d 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -941,8 +941,8 @@ en: pin_globally: "Pin Topic Globally" unarchive: "Unarchive Topic" archive: "Archive Topic" - invisible: "Make Invisible" - visible: "Make Visible" + invisible: "Make Unlisted" + visible: "Make Listed" reset_read: "Reset Read Data" multi_select: "Select Posts" @@ -1347,7 +1347,7 @@ en: archived: help: "This topic is archived; it is frozen and cannot be changed" invisible: - help: "This topic is invisible; it will not be displayed in topic lists, and can only be accessed via a direct link" + help: "This topic is unlisted; it will not be displayed in topic lists, and can only be accessed via a direct link" posts: "Posts" posts_lowercase: "posts" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 230ded8ebf8..908cdf013cd 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1081,8 +1081,8 @@ en: 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 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." + visible_enabled: "This topic is now listed. It will be displayed in topic lists." + visible_disabled: "This topic is now unlisted. It will no longer be displayed in any topic lists. The only way to access this topic is via direct link." login: not_approved: "Your account hasn't been approved yet. You will be notified by email when you are ready to log in."