i18n-ru: fix patchbomb confirmation prompt (issue3929) stable
authorNikolaj Sjujskij <sterkrig@myopera.com>
Sun, 12 May 2013 15:35:53 +0400
branchstable
changeset 19220 0890e6fd3e00
parent 19219 63de17206ec8
child 19221 838c6b72928d
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 п.
i18n/ru.po
--- 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 "отправка отменена"