From 869873d225a2b535a4969b50810f0152a200462b Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Thu, 23 Dec 2021 12:39:20 +0200 Subject: [PATCH] About: Some fixes Translate the title and increase the size of the topic status column to fit the text there --- Web/Presenters/templates/About/Version.xml | 6 +++--- locales/en.strings | 4 ++++ locales/ru.strings | 4 ++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Web/Presenters/templates/About/Version.xml b/Web/Presenters/templates/About/Version.xml index 4974c5dd..ab181dce 100644 --- a/Web/Presenters/templates/About/Version.xml +++ b/Web/Presenters/templates/About/Version.xml @@ -1,9 +1,9 @@ {extends "../@layout.xml"} -{block title}Об OpenVK{/block} +{block title}{_about_openvk}{/block} {block header} - Об OpenVK + {_about_openvk} {/block} {block content} @@ -343,7 +343,7 @@ Name - Status + Status Version Description Author diff --git a/locales/en.strings b/locales/en.strings index dfd47f2c..8410abf7 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -752,6 +752,10 @@ "paginator_page" = "Page $1"; "paginator_next" = "Next"; +/* About */ + +"about_openvk" = "About OpenVK"; + /* Dialogs */ "ok" = "OK"; diff --git a/locales/ru.strings b/locales/ru.strings index fdec87a6..3e90c5c5 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -787,6 +787,10 @@ "paginator_page" = "Страница $1"; "paginator_next" = "Дальше"; +/* About */ + +"about_openvk" = "Об OpenVK"; + /* Dialogs */ "ok" = "ОК";