aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/plugin
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-03-05 00:09:50 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-03-05 00:09:50 +0000
commitd5ae6aa30263d7da551ffa592e285b01aef95707 (patch)
treefb8939518824331f32391f00b9e64eee354fcd1f /src/Java/gtPlusPlus/plugin
parent2ed346ae95241029f999ec4caa387fca102896c0 (diff)
downloadGT5-Unofficial-d5ae6aa30263d7da551ffa592e285b01aef95707.tar.gz
GT5-Unofficial-d5ae6aa30263d7da551ffa592e285b01aef95707.tar.bz2
GT5-Unofficial-d5ae6aa30263d7da551ffa592e285b01aef95707.zip
$ More small fixes, Added Tooltips and Proper Localisation for TC4 Aspects.
Diffstat (limited to 'src/Java/gtPlusPlus/plugin')
-rw-r--r--src/Java/gtPlusPlus/plugin/fixes/vanilla/VanillaBedHeightFix.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/plugin/fixes/vanilla/VanillaBedHeightFix.java b/src/Java/gtPlusPlus/plugin/fixes/vanilla/VanillaBedHeightFix.java
index 25be6679ed..5f3b1d8abd 100644
--- a/src/Java/gtPlusPlus/plugin/fixes/vanilla/VanillaBedHeightFix.java
+++ b/src/Java/gtPlusPlus/plugin/fixes/vanilla/VanillaBedHeightFix.java
@@ -31,7 +31,7 @@ public class VanillaBedHeightFix implements IBugFix {
}
if (m != null) {
mSleepInBedAt = m;
- mParent.log("Registering Bed Heigh Fix.");
+ mParent.log("Registering Bed Height Fix.");
Utils.registerEvent(this);
} else {
mSleepInBedAt = null;