From 334be9ff5566edf477dd6f8cf00f2b5211b384b0 Mon Sep 17 00:00:00 2001 From: Sergey Belyashov <Sergey.Belyashov@gmail.com> Date: Mon, 4 Feb 2013 22:58:54 +0400 Subject: [PATCH] Fixed Debug and Release configuration names in Russian translation Fixes QTCREATORBUG-8686 Change-Id: Iacad5676014cd9033decdd388d87690be4a79c5d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> --- share/qtcreator/translations/qtcreator_ru.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/qtcreator/translations/qtcreator_ru.ts b/share/qtcreator/translations/qtcreator_ru.ts index b9bd7645749..64f22731eb2 100644 --- a/share/qtcreator/translations/qtcreator_ru.ts +++ b/share/qtcreator/translations/qtcreator_ru.ts @@ -25181,22 +25181,22 @@ Reason: %2</source> <message> <source>%1 Debug</source> <extracomment>Debug build configuration. We recommend not translating it.</extracomment> - <translation>%1 Отладка</translation> + <translation>%1 Debug</translation> </message> <message> <source>%1 Release</source> <extracomment>Release build configuration. We recommend not translating it.</extracomment> - <translation>%1 ВыпуÑк</translation> + <translation>%1 Release</translation> </message> <message> <source>Debug</source> <extracomment>Name of a debug build configuration to created by a project wizard. We recommend not translating it.</extracomment> - <translation>Отладка</translation> + <translation>Debug</translation> </message> <message> <source>Release</source> <extracomment>Name of a release build configuration to be created by a project wizard. We recommend not translating it.</extracomment> - <translation>ВыпуÑк</translation> + <translation>Release</translation> </message> </context> <context> -- GitLab