diff options
author | Mario <mario@mariovavti.com> | 2018-10-11 11:40:11 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-11 11:40:11 +0200 |
commit | ea309aa19e454a47762fef942fecaeb16b458dff (patch) | |
tree | 9a9d03540cc40583fecf04ea12f24b4dfd209e73 /view/ru/hstrings.php | |
parent | 802ccdff4ade258f09fd3dca4ff4aa63cf5f9ac6 (diff) | |
parent | 73e30e8085493d43d89eb32923ea6f8bae0245e0 (diff) | |
download | volse-hubzilla-ea309aa19e454a47762fef942fecaeb16b458dff.tar.gz volse-hubzilla-ea309aa19e454a47762fef942fecaeb16b458dff.tar.bz2 volse-hubzilla-ea309aa19e454a47762fef942fecaeb16b458dff.zip |
Merge branch 'patch-9' into 'dev'
Formatting fix in russian translation
See merge request hubzilla/core!1325
Diffstat (limited to 'view/ru/hstrings.php')
-rw-r--r-- | view/ru/hstrings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/ru/hstrings.php b/view/ru/hstrings.php index 195f39bf2..1010dbd3a 100644 --- a/view/ru/hstrings.php +++ b/view/ru/hstrings.php @@ -16,7 +16,7 @@ App::$strings["Yes"] = "Да"; App::$strings["Navigation bar background color"] = "Панель навигации, цвет фона"; App::$strings["Navigation bar icon color "] = "Панель навигации, цвет значков"; App::$strings["Navigation bar active icon color "] = "Панель навигации, цвет активного значка"; -App::$strings["Link color"] = "цвет ссылок"; +App::$strings["Link color"] = "Цвет ссылок"; App::$strings["Set font-color for banner"] = "Цвет текста в шапке"; App::$strings["Set the background color"] = "Цвет фона"; App::$strings["Set the background image"] = "Фоновое изображение"; |