浏览代码

Aesthetic fix

Fredrik Jervfors 21 年之前
父节点
当前提交
9356924c87
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/conf.pl

+ 2 - 2
config/conf.pl

@@ -588,9 +588,9 @@ while ( ( $command ne "q" ) && ( $command ne "Q" ) ) {
         print "R   Return to Main Menu\n";
         print "R   Return to Main Menu\n";
     }
     }
     if ( $config_use_color == 1 ) {
     if ( $config_use_color == 1 ) {
-        print "C.  Turn color off\n";
+        print "C   Turn color off\n";
     } else {
     } else {
-        print "C.  Turn color on\n";
+        print "C   Turn color on\n";
     }
     }
     print "S   Save data\n";
     print "S   Save data\n";
     print "Q   Quit\n";
     print "Q   Quit\n";