diff --git a/script/ship.js b/script/ship.js index 3edc570..a513f9d 100644 --- a/script/ship.js +++ b/script/ship.js @@ -97,7 +97,7 @@ var Ship = { setTitle: function() { if(Engine.activeModule == this) { - document.title = "An Old Starship"; + document.title = _("An Old Starship"); } }, @@ -171,4 +171,4 @@ var Ship = { handleStateUpdates: function(e){ } -}; \ No newline at end of file +};