Mark Scherer 10 years ago
parent
commit
6745133930
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Shell/InflectShell.php

+ 1 - 1
src/Shell/InflectShell.php

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