Added Disclaimer to Replay Editor indicating that bugs may occur

This commit is contained in:
CrushedPixel
2015-08-11 15:15:26 +02:00
parent 189aa18afb
commit 59592b938a
2 changed files with 3 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ public class GuiReplayEditor extends GuiScreen {
i++;
}
drawCenteredString(fontRendererObj, I18n.format("replaymod.gui.replayeditor"), this.width / 2, 10, 16777215);
drawCenteredString(fontRendererObj, I18n.format("replaymod.gui.editor.disclaimer"), this.width / 2, 10, 16777215);
drawString(fontRendererObj, I18n.format("replaymod.gui.editor.replayfile"), 30, 67, Color.WHITE.getRGB());
replayDropdown.drawTextBox();

View File

@@ -222,6 +222,8 @@ replaymod.gui.editor.progress.status.writing.raw=Rewriting Replay...
replaymod.gui.editor.progress.status.writing.final=Writing File to disk...
replaymod.gui.editor.progress.status.finished=Finished Editing!
replaymod.gui.editor.disclaimer=The Replay Editor is an experimental feature and may contain bugs.
#Cancel Replay GUI
replaymod.gui.cancelrender.title=Cancel Rendering
replaymod.gui.cancelrender.message=Are you sure that you want to cancel the current rendering process?