Mark Scherer 10 年之前
父节点
当前提交
6745133930
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Shell/InflectShell.php

+ 1 - 1
src/Shell/InflectShell.php

@@ -137,7 +137,7 @@ class InflectShell extends Shell {
 			case 'q' :
 			case 'q' :
 			case 'quit' :
 			case 'quit' :
 			default :
 			default :
-				$this->out(__("Exit"));
+				$this->out("Exit");
 				return $this->_stop();
 				return $this->_stop();
 		}
 		}
 	}
 	}