mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
+2
-2
@@ -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){
|
||||
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user