diff options
| author | 2017-09-03 22:04:33 -0500 | |
|---|---|---|
| committer | 2017-09-03 22:04:33 -0500 | |
| commit | cf4c08014b46c803787db96d61eaba14b9b4fa15 (patch) | |
| tree | 9ce36c126e035adb27c190f1d1b0b6a09acc076f /plugins/data/data_hiscore.lua | |
| parent | 5fe8058c17291da81c5b8c5701cb47b2264f3c44 (diff) | |
plugins: gettextify localizable strings (nw)
Diffstat (limited to 'plugins/data/data_hiscore.lua')
| -rw-r--r-- | plugins/data/data_hiscore.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/data/data_hiscore.lua b/plugins/data/data_hiscore.lua index 0ec80e2b0af..9c888ddffdf 100644 --- a/plugins/data/data_hiscore.lua +++ b/plugins/data/data_hiscore.lua @@ -767,7 +767,7 @@ function dat.check(set, softlist) if curset == set then if output then - return "High Scores" + return _("High Scores") else return nil end @@ -815,7 +815,7 @@ function dat.check(set, softlist) end end if output then - return "High Scores" + return _("High Scores") else return nil end |
