diff hgext/mq.py @ 17892:ba0a1701c81a stable

i18n: add "i18n" comment to column positioning messages of "hg summary" This comment makes it easier to distinguish such messages from others for message translators.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Wed, 31 Oct 2012 03:59:28 +0900
parents 39b7052b217b
children 4d1da97aa7e7
line wrap: on
line diff
--- a/hgext/mq.py	Wed Oct 31 03:59:27 2012 +0900
+++ b/hgext/mq.py	Wed Oct 31 03:59:28 2012 +0900
@@ -3563,6 +3563,7 @@
     if m:
         ui.write("mq:     %s\n" % ', '.join(m))
     else:
+        # i18n: column positioning for "hg summary"
         ui.note(_("mq:     (empty queue)\n"))
     return r