about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/sr-Latn.json
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>2018-03-13 16:10:12 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-03-13 08:10:12 +0100
commit18241ccbe1778f67f657c8346a2dda1b131ee852 (patch)
tree7c495b54b318f8ac120b25603679b1e4844fb306 /app/javascript/mastodon/locales/sr-Latn.json
parent386365090c9c9063941e3f7425c2e33c7d5c5b2a (diff)
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.
Diffstat (limited to 'app/javascript/mastodon/locales/sr-Latn.json')
-rw-r--r--app/javascript/mastodon/locales/sr-Latn.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/sr-Latn.json b/app/javascript/mastodon/locales/sr-Latn.json
index fc4d0cdc9..f2011bd99 100644
--- a/app/javascript/mastodon/locales/sr-Latn.json
+++ b/app/javascript/mastodon/locales/sr-Latn.json
@@ -60,7 +60,8 @@
   "compose_form.placeholder": "Šta Vam je na umu?",
   "compose_form.publish": "Tutni",
   "compose_form.publish_loud": "{publish}!",
-  "compose_form.sensitive": "Obeleži multimediju kao osetljivu",
+  "compose_form.sensitive.marked": "Media is marked as sensitive",
+  "compose_form.sensitive.unmarked": "Media is not marked as sensitive",
   "compose_form.spoiler": "Sakrij tekst ispod upozorenja",
   "compose_form.spoiler_placeholder": "Ovde upišite upozorenje",
   "confirmation_modal.cancel": "Poništi",