diff options
Diffstat (limited to 'waypoints.lua')
-rw-r--r-- | waypoints.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waypoints.lua b/waypoints.lua index a8e4762..5e6081f 100644 --- a/waypoints.lua +++ b/waypoints.lua @@ -40,7 +40,7 @@ unified_inventory.register_page("waypoints", { local i = waypoints.selected or 1 local waypoint = waypoints[i] or {} local temp = waypoints_temp[player_name][i] or {} - local default_name = "Waypoint "..i + local default_name = string.format(S("Waypoint %d"), i) -- Main buttons: formspec = formspec .. |