diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-12-18 11:53:30 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-12-18 11:53:30 +0100 |
commit | e5263aa3f0c9138cfeb1241f296e1404b705b904 (patch) | |
tree | ace5368a51ac9c4d21ac851035924724488ff4de /tutorials/java/src/phpdbg/ui/JConsole.form | |
parent | 7e0d1938f9e875a96284c217f28a2e7a1995539d (diff) | |
download | php-git-e5263aa3f0c9138cfeb1241f296e1404b705b904.tar.gz |
In english, no horizontal space before “!”.
Diffstat (limited to 'tutorials/java/src/phpdbg/ui/JConsole.form')
-rw-r--r-- | tutorials/java/src/phpdbg/ui/JConsole.form | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/java/src/phpdbg/ui/JConsole.form b/tutorials/java/src/phpdbg/ui/JConsole.form index 2db69b086d..d2808942db 100644 --- a/tutorials/java/src/phpdbg/ui/JConsole.form +++ b/tutorials/java/src/phpdbg/ui/JConsole.form @@ -180,7 +180,7 @@ </Component> <Component class="javax.swing.JTextField" name="input"> <Properties> - <Property name="toolTipText" type="java.lang.String" value="Enter phpdbg commands here !"/> + <Property name="toolTipText" type="java.lang.String" value="Enter phpdbg commands here!"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> |