Skip to content

Commit

Permalink
reword again
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed May 13, 2024
1 parent dd3d3cb commit 46db376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/sitemap.lua
Expand Up @@ -60,7 +60,7 @@ local function get_location_label(loc, zones)
if loc.flags.DOES_NOT_EXIST then
table.insert(tokens, ' [retired]')
else
table.insert(tokens, ' [no fixed location]')
table.insert(tokens, ' [no zone]')
end
elseif #zones > 1 then
table.insert(tokens, (' [%d zones]'):format(#zones))
Expand Down

0 comments on commit 46db376

Please sign in to comment.