From 413e96f41e61d90d266dbfb963f107168995a94b Mon Sep 17 00:00:00 2001 From: Mikhail Klyushin Date: Thu, 14 Jan 2021 10:39:10 +0000 Subject: [PATCH] git-gui: fix typo in russian locale MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed typo in russian locale: издекса -> индекса Signed-off-by: Mikhail Klyushin Signed-off-by: Pratyush Yadav --- po/ru.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/ru.po b/po/ru.po index 161ee1ac8c..7aebaf809d 100644 --- a/po/ru.po +++ b/po/ru.po @@ -331,7 +331,7 @@ msgstr "Добавить изменённые файлы в индекс" #: git-gui.sh:2936 msgid "Unstage From Commit" -msgstr "Убрать из издекса" +msgstr "Убрать из индекса" #: git-gui.sh:2942 lib/index.tcl:521 msgid "Revert Changes"