hgext/patchbomb.py
changeset 19226 c58b6ab4c26f
parent 18888 19d489404d79
child 19791 f4b72cad29f8
--- a/hgext/patchbomb.py	Tue May 21 15:32:15 2013 -0500
+++ b/hgext/patchbomb.py	Wed May 22 17:31:43 2013 -0500
@@ -482,8 +482,8 @@
             if ds:
                 ui.write(ds)
         ui.write('\n')
-        if ui.promptchoice(_('are you sure you want to send (yn)?'),
-                           (_('&Yes'), _('&No'))):
+        if ui.promptchoice(_('are you sure you want to send (yn)?'
+                             '$$ &Yes $$ &No')):
             raise util.Abort(_('patchbomb canceled'))
 
     ui.write('\n')