Added another bit of localization..
This commit is contained in:
@@ -73,7 +73,7 @@ public class GuiConfig extends GuiScreen {
|
||||
// Info-text and fake line
|
||||
drawCenteredString(fontRendererObj, LanguageLocalizer.localize("craftingkeys.config.description"), width / 2, height / 2 - 10, pureWhite.getRGB());
|
||||
drawCenteredString(fontRendererObj, "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -", width / 2, height / 2 + 8, lightGray.getRGB());
|
||||
drawCenteredString(fontRendererObj, LanguageLocalizer.localize("craftingkeys.config.usage"), width / 2, height / 2 + 23, pureWhite.getRGB());
|
||||
drawCenteredString(fontRendererObj, LanguageLocalizer.localize("craftingkeys.config.info"), width / 2, height / 2 + 20, pureWhite.getRGB());
|
||||
// Key Info
|
||||
drawCenteredString(fontRendererObj, "Stack Key", guiBasePosition + 130, height / 2 - 96, pureWhite.getRGB());
|
||||
drawCenteredString(fontRendererObj, "Drop Key", guiBasePosition + 130, height / 2 - 58, pureWhite.getRGB());
|
||||
|
||||
@@ -32,5 +32,5 @@ craftingkeys.config.title=Crafting Keys Konfiguration
|
||||
craftingkeys.config.description=Konfiguriere hier deine Tastenbelegung und klicke dann auf "Speichern".
|
||||
craftingkeys.config.button.save=Speichern
|
||||
craftingkeys.config.button.abort=Abbruch
|
||||
craftingkeys.config.usage=Waehle die Oberflaeche fuer die du die Tastenbelegung sehen moechtest.
|
||||
craftingkeys.config.info=Hier werden die Keybindings fuer die anderen GUIs angezeigt!
|
||||
|
||||
|
||||
@@ -32,6 +32,6 @@ craftingkeys.config.title=Crafting Keys Config
|
||||
craftingkeys.config.description=Configure your keys here. Click "Save" when finished!
|
||||
craftingkeys.config.button.save=Save
|
||||
craftingkeys.config.button.abort=Abort
|
||||
craftingkeys.config.usage=Use the buttons to select the GUI which you want to see the Keybindings for!
|
||||
craftingkeys.config.info=Here are the Keybindings for the other GUIs shown!
|
||||
|
||||
# TODO: Same style for the keys
|
||||
Reference in New Issue
Block a user