Added Disclaimer to Replay Editor indicating that bugs may occur
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user