about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/sr-Latn.json
diff options
context:
space:
mode:
authorAkihiko Odaki <nekomanma@pixiv.co.jp>2018-03-13 15:58:13 +0900
committerAkihiko Odaki <nekomanma@pixiv.co.jp>2018-03-13 15:58:55 +0900
commit0dccb398bd0450068c4e90bf52be9688229ea1f3 (patch)
tree06f9519608edc520d20444d881c4a8c9f673b594 /app/javascript/mastodon/locales/sr-Latn.json
parentfa5c867e0ec426fc01653e9022ba29783b2a826f (diff)
Change the title of spoiler button by state
The title will give the precise representation of the current state. It
would be helpful for blind people.
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..7f4e64c20 100644
--- a/app/javascript/mastodon/locales/sr-Latn.json
+++ b/app/javascript/mastodon/locales/sr-Latn.json
@@ -61,7 +61,8 @@
   "compose_form.publish": "Tutni",
   "compose_form.publish_loud": "{publish}!",
   "compose_form.sensitive": "Obeleži multimediju kao osetljivu",
-  "compose_form.spoiler": "Sakrij tekst ispod upozorenja",
+  "compose_form.spoiler.marked": "Text is hidden behind warning",
+  "compose_form.spoiler.unmarked": "Text is not hidden",
   "compose_form.spoiler_placeholder": "Ovde upišite upozorenje",
   "confirmation_modal.cancel": "Poništi",
   "confirmations.block.confirm": "Blokiraj",