Fix the room is fire.

Typo of the game.temerature.text instead of game.fire.text
This commit is contained in:
Blake Grotewold
2014-07-16 18:57:34 -04:00
parent eb5b008225
commit 185e4c3c86
+1 -1
View File
@@ -549,7 +549,7 @@ var Room = {
onArrival: function(transition_diff) {
Room.setTitle();
if(Room.changed) {
Notifications.notify(Room, _("the fire is {0}", $SM.get('game.temperature.text')));
Notifications.notify(Room, _("the fire is {0}", $SM.get('game.fire.text')));
Notifications.notify(Room, _("the room is {0}", $SM.get('game.temperature.text')));
Room.changed = false;
}