Merge pull request #1220 from thatsIch/e-1219-hardcoded-localizations

Fixes #1219: Improved localization options
This commit is contained in:
thatsIch
2015-04-06 15:44:36 +02:00
6 changed files with 39 additions and 7 deletions
@@ -92,7 +92,7 @@ public final class PowerStorageWailaDataProvider extends BaseWailaDataProvider
final String formatCurrentPower = Platform.formatPowerLong( internalCurrentPower, false );
final String formatMaxPower = Platform.formatPowerLong( internalMaxPower, false );
currentToolTip.add( WailaText.Contains + ": " + formatCurrentPower + " / " + formatMaxPower );
currentToolTip.add( WailaText.Contains.getLocal() + ": " + formatCurrentPower + " / " + formatMaxPower );
}
}