Change the title of sensitive button by state (#6771)

Icon showing the state may be confusing. (does the slahed eye icon mean
the state that it is sensitive, or to mark it as sensitive?) Moreover, it
may not help for blind people.

The title will give the precise representation of the current state.
This commit is contained in:
Akihiko Odaki 2018-03-13 16:10:12 +09:00 committed by Eugen Rochko
parent 386365090c
commit 18241ccbe1
39 changed files with 83 additions and 41 deletions

View file

@ -60,7 +60,8 @@
"compose_form.placeholder": "在想些什麼?",
"compose_form.publish": "貼掉",
"compose_form.publish_loud": "{publish}",
"compose_form.sensitive": "將此媒體標為敏感",
"compose_form.sensitive.marked": "Media is marked as sensitive",
"compose_form.sensitive.unmarked": "Media is not marked as sensitive",
"compose_form.spoiler": "將訊息隱藏在警告訊息之後",
"compose_form.spoiler_placeholder": "內容警告",
"confirmation_modal.cancel": "取消",