Mercurial > hg
changeset 19220:0890e6fd3e00 stable
i18n-ru: fix patchbomb confirmation prompt (issue3929)
Recognize y(es) and (n)o as valid input, for user not to have to switch
keyboard layout twice (`hg email -o ...` is Latin, whereas д(а)/н(ет) are not).
Use capital Y/N letters in prompt, otherwise y could be mistaken for у, and n
- for п.
author | Nikolaj Sjujskij <sterkrig@myopera.com> |
---|---|
date | Sun, 12 May 2013 15:35:53 +0400 |
parents | 63de17206ec8 |
children | 838c6b72928d |
files | i18n/ru.po |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/i18n/ru.po Mon Apr 08 17:16:11 2013 +0400 +++ b/i18n/ru.po Sun May 12 15:35:53 2013 +0400 @@ -8049,15 +8049,15 @@ # PROMPT msgid "are you sure you want to send (yn)?" -msgstr "вы уверены, что хотите отправить письмо (yn)?" +msgstr "вы уверены, что хотите отправить письмо? (Y — да, N — нет)" # PROMPT msgid "&No" -msgstr "&Нет" +msgstr "Нет (&N)" # PROMPT msgid "&Yes" -msgstr "&Да" +msgstr "Да (&Y)" msgid "patchbomb canceled" msgstr "отправка отменена"