diff options
author | Wuzzy <almikes@aol.com> | 2016-08-08 03:57:20 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-08 03:57:20 +0200 |
commit | 5348d26a2e558bdfd3ec8901c5d4428a64b00c75 (patch) | |
tree | bf68fac907cabc0e5b19205a514231e226f13e73 /init.lua | |
parent | 40b7c35a7dbf439988a0fbd8f8c651c68256b431 (diff) |
Add another string for translation
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ function hb.register_hudbar(identifier, text_color, label, textures, default_sta end end if format_string == nil then - format_string = "%s: %d/%d" + format_string = S("%s: %d/%d") end hudtable.add_all = function(player, hudtable, start_value, start_max, start_hidden) |