Renamed Greenscreen into Chroma Keying (because some grammatically correct people told me to do so)

This commit is contained in:
CrushedPixel
2015-06-02 15:20:35 +02:00
parent 173b8ccfc1
commit ecb3f1bc2c
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ public class GuiRenderSettings extends GuiScreen {
forceChunks.width = interpolation.width = framerateSlider.width = qualitySlider.width = 150;
enableGreenscreen = new GuiCheckBox(GuiConstants.RENDER_SETTINGS_ENABLE_GREENSCREEN, 0, 0, I18n.format("replaymod.gui.rendersettings.greenscreen"), false);
enableGreenscreen = new GuiCheckBox(GuiConstants.RENDER_SETTINGS_ENABLE_GREENSCREEN, 0, 0, I18n.format("replaymod.gui.rendersettings.chromakey"), false);
colorPicker = new GuiColorPicker(GuiConstants.RENDER_SETTINGS_COLOR_PICKER, 0, 0, I18n.format("replaymod.gui.rendersettings.skycolor")+": ", 0, 0);
colorPicker.enabled = enableGreenscreen.isChecked();

View File

@@ -264,7 +264,7 @@ replaymod.gui.rendersettings.interpolation=Path Interpolation
replaymod.gui.rendersettings.forcechunks=Force Render Chunks
replaymod.gui.rendersettings.framerate=Video Framerate
replaymod.gui.rendersettings.quality=Video Quality
replaymod.gui.rendersettings.greenscreen=Render Greenscreen Sky
replaymod.gui.rendersettings.chromakey=Chroma Keying
replaymod.gui.rendersettings.skycolor=Sky Color
replaymod.gui.rendersettings.stablecamera=Ignore Camera Rotation