update resolution & skin option descriptions

This commit is contained in:
yugecin 2017-01-21 14:56:34 +01:00
parent a69d334dfe
commit 6c461fa645

View File

@ -334,7 +334,7 @@ public class Options {
}, },
// in-game options // in-game options
SCREEN_RESOLUTION ("Screen Resolution", "ScreenResolution", "Restart (Ctrl+Shift+F5) to apply resolution changes.") { SCREEN_RESOLUTION ("Screen Resolution", "ScreenResolution", "Change the size of the game.") {
@Override @Override
public String getValueString() { public String getValueString() {
return resolutions[resolutionIdx]; return resolutions[resolutionIdx];
@ -365,7 +365,7 @@ public class Options {
}, },
ALLOW_LARGER_RESOLUTIONS ("Allow large resolutions", "AllowLargeRes", "Allow resolutions larger than the native resolution", false), ALLOW_LARGER_RESOLUTIONS ("Allow large resolutions", "AllowLargeRes", "Allow resolutions larger than the native resolution", false),
FULLSCREEN ("Fullscreen Mode", "Fullscreen", "Restart to apply changes.", false), FULLSCREEN ("Fullscreen Mode", "Fullscreen", "Restart to apply changes.", false),
SKIN ("Skin", "Skin", "Restart (Ctrl+Shift+F5) to apply skin changes.") { SKIN ("Skin", "Skin", "Change how the game looks.") {
@Override @Override
public String getValueString() { return skinName; } public String getValueString() { return skinName; }