From b5a29164181c3114ef23eef17849eef9fb8a7e05 Mon Sep 17 00:00:00 2001 From: Oreolek Date: Fri, 25 Dec 2015 22:37:01 +0700 Subject: [PATCH] A slight translation update --- game/begin.coffee | 2 +- game/translations/en.coffee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/game/begin.coffee b/game/begin.coffee index fea6bbf..0eeac24 100644 --- a/game/begin.coffee +++ b/game/begin.coffee @@ -27,7 +27,7 @@ markdown = new md({ undum.game.id = "7a1aba32-f0fd-4e3b-ba5a-59e3fa9e6012" # You bump the version each time you make a save-breaking bug, i.e. change the game logic. # Comment and text changes should be fine. -undum.game.version = "3.6" +undum.game.version = "3.8" a = require('raconteur/lib/elements.js').a # link to a different situation. Styled differently. Not used in this project. diff --git a/game/translations/en.coffee b/game/translations/en.coffee index b3cea5d..0b26d6c 100644 --- a/game/translations/en.coffee +++ b/game/translations/en.coffee @@ -50,7 +50,7 @@ module.exports.language = "I. Hate. Machines.", "MECHANOID ANNIHILATION", 'Destroy the mechanoids', - "Send a bullet to robot", + "Send a round to robot", "Send a bullet with explosion", "Push the trigger FOR THE HUMANITY", "Sit down and shoot from a hip", @@ -69,7 +69,7 @@ module.exports.language = ] enemies: 'Enemies ahead' clips: 'Cartridges' - bullets: 'Bullets in cartridge' + bullets: 'Rounds in cartridge' clips_found: [ 'Aha! Got one. I hope it has some ammo.', "Eh, here's one. Looks heavy -- I hope it has some ammo.",