Corrected 'Open Quests:' to 'Quests:'

Since the HUD displays for a few seconds a finished quest, it is cleaner to say quests instead of open quests.
This commit is contained in:
TeTpaAka 2015-03-01 09:34:48 +01:00
parent 020203285c
commit 96d7ba3c3b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function quests.show_hud(playername)
position = {x = hud_config.position.x, y = hud_config.position.y},
offset = {x = hud_config.offset.x, y = hud_config.offset.y},
number = hud_config.number,
text = "Open Quests:" }
text = "Quests:" }