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": "メディア閲覧注意が設定されています",
"compose_form.sensitive.unmarked": "メディアに閲覧注意が設定されていません",
"compose_form.spoiler": "テキストを隠す",
"compose_form.spoiler_placeholder": "ここに警告を書いてください",
"confirmation_modal.cancel": "キャンセル",