message
authorVu Nhat Minh <vunhat_minh@dwango.co.jp>
Thu, 3 Jul 2014 08:54:16 +0000 (17:54 +0900)
committerVu Nhat Minh <vunhat_minh@dwango.co.jp>
Thu, 3 Jul 2014 08:54:16 +0000 (17:54 +0900)
rainbowstream/rainbow.py

index ab4c847a9e2cbdbed876ea4731a3d66840014792..0c0602ceead9c2197a8be62b41da3600767f8937 100644 (file)
@@ -780,7 +780,7 @@ def theme():
                     os.environ.get('USERPROFILE',
                         '')) + os.sep + '.rainbow_config.json'
                 if not os.path.exists(custom_path):
-                    line += light_magenta(' (create your own config at ~/.rainbow_config.json)')
+                    line += light_magenta(' (create your own config file at ~/.rainbow_config.json)')
                 else:
                     line += light_magenta(' (loaded)')
             else:
@@ -814,7 +814,7 @@ def theme():
             printNicely(green('Theme changed.'))
         except:
             if g['stuff'] == 'custom':
-                printNicely(red('Sorry you should create config file first!'))
+                printNicely(light_magenta('~/.rainbow_config.json is not exists!'))
             else:
                 printNicely(red('No such theme exists.'))