diff options
| author | Henry Jameson <me@hjkos.com> | 2018-09-25 14:01:01 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-09-25 14:01:01 +0300 |
| commit | 11f1bac502c96f2d58274bb2a5dbb6a2930bcb61 (patch) | |
| tree | c6b89408381522b9d0eb0bfc0720608ab6605d96 /src | |
| parent | bfd2b45672bcb071ddcf4d6a613fe908f25250fd (diff) | |
Less confusing description
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/en.json | 2 | ||||
| -rw-r--r-- | src/i18n/ru.json | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 2dc6493e..1f58c43f 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -130,7 +130,7 @@ "notification_visibility_likes": "Likes", "notification_visibility_mentions": "Mentions", "notification_visibility_repeats": "Repeats", - "no_rich_text_description": "Disable rich text support", + "no_rich_text_description": "Strip rich text formatting from all posts", "nsfw_clickthrough": "Enable clickthrough NSFW attachment hiding", "panelRadius": "Panels", "pause_on_unfocused": "Pause streaming when tab is not focused", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 3a50369a..921bf67e 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -114,6 +114,7 @@ "notification_visibility_likes": "Лайки", "notification_visibility_mentions": "Упоминания", "notification_visibility_repeats": "Повторы", + "no_rich_text_description": "Убрать форматирование из всех постов", "nsfw_clickthrough": "Включить скрытие NSFW вложений", "panelRadius": "Панели", "pause_on_unfocused": "Приостановить загрузку когда вкладка не в фокусе", |
