diff options
author | Max Wu | 2017-03-11 15:07:07 +0800 |
---|---|---|
committer | GitHub | 2017-03-11 15:07:07 +0800 |
commit | 8dd91fbe66fae9fff46f26f8d51344956d7a2c2a (patch) | |
tree | 01b8f08a4c905d0fcb0174bca50e2e34df195c53 | |
parent | 8f1c97f4a476ff6534ff1e809ed748cf92ba9288 (diff) | |
parent | ef8c4ecdc63fae02e59131b90b7cd3fd70dee8a8 (diff) |
Merge pull request #382 from Himura2la/patch-1
Fixed style in promo text
-rw-r--r-- | locales/ru.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locales/ru.json b/locales/ru.json index a1a95aaf..f87f7c69 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -1,7 +1,7 @@ { "Collaborative markdown notes": "Совместные markdown заметки", "Realtime collaborative markdown notes on all platforms.": "Совместные markdown заметки в режиме реального времени на всех платформах.", - "Best way to write and share your knowledge in markdown.": "Лучший способ, чтобы записывать и делиться своими знаниями markdown.", + "Best way to write and share your knowledge in markdown.": "Лучший способ записывать свои знания и делиться ими в формате markdown.", "Intro": "Введение", "History": "История", "New guest note": "Новая гостевая заметка", @@ -101,4 +101,4 @@ "OR": "ИЛИ", "Export to Snippet": "Экспорт фрагмента кода", "Select Visibility Level": "Выберите уровень видимости" -}
\ No newline at end of file +} |