Skip to content

Commit

Permalink
UX: rename "invisible" to "unlisted"
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-horror committed Sep 13, 2014
1 parent fe10c69 commit cf4bd67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/locales/client.en.yml
Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions config/locales/server.en.yml
Expand Up @@ -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."
Expand Down

1 comment on commit cf4bd67

@eviltrout
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is some technical debt if we keep this change, since the database and ruby code refers to it as invisible everywhere.

Please sign in to comment.