hgext/color.py
changeset 21024 7731a2281cf0
parent 20993 a8db48e997b5
child 21037 b775a2029e8d
--- a/hgext/color.py	Sun Apr 13 19:01:00 2014 +0200
+++ b/hgext/color.py	Sun Apr 13 19:01:00 2014 +0200
@@ -438,7 +438,7 @@
     _styles = {}
     for effect in _effects.keys():
         _styles[effect] = effect
-    ui.write(('colormode: %s\n') % ui._colormode)
+    ui.write(('color mode: %s\n') % ui._colormode)
     ui.write(_('available colors:\n'))
     for label, colors in _styles.items():
         ui.write(('%s\n') % colors, label=label)