Ship title

Browser "title" is not translated when Ship tab is active.
This commit is contained in:
Andrea Rendine
2015-05-18 23:15:18 +02:00
parent c158f35b82
commit acca5806b5
+2 -2
View File
@@ -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){
}
};
};