mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Ship title
Browser "title" is not translated when Ship tab is active.
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ var Ship = {
|
|||||||
|
|
||||||
setTitle: function() {
|
setTitle: function() {
|
||||||
if(Engine.activeModule == this) {
|
if(Engine.activeModule == this) {
|
||||||
document.title = "An Old Starship";
|
document.title = _("An Old Starship");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user