Browse Source

Fix typo in launcher, fixes issue 1731


git-svn-id: http://svn.dmdirc.com/branches/0.6@4630 00569f92-eb28-0410-84fd-f71c24880f
remotes/0.6
Shane Mc Cormack 15 years ago
parent
commit
5bbb338d40
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      launcher/linux/DMDirc.sh

+ 2
- 2
launcher/linux/DMDirc.sh View File

@@ -23,7 +23,7 @@
23 23
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24 24
 # SOFTWARE.
25 25
 
26
-LAUNCHERVERSION="6"
26
+LAUNCHERVERSION="7"
27 27
 
28 28
 params=""
29 29
 
@@ -261,7 +261,7 @@ if [ "" != "${JAVA}" ]; then
261 261
 	echo "Success! (${JAVA})"
262 262
 else
263 263
 	echo "Failed!"
264
-	ERROR="Sorry, java does ont appear to be installed on this machine.";
264
+	ERROR="Sorry, java does not appear to be installed on this machine.";
265 265
 	ERROR=${ERROR}"\n"
266 266
 	ERROR=${ERROR}"\nDMDirc requires a 1.6.0 compatible JVM, you can get one from: http://www.java.com";
267 267
 	ERROR=${ERROR}"\nor reinstall DMDirc and let the installer install one for you.";

Loading…
Cancel
Save