summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorDTA7 <dta7e@t-online.de>2017-09-16 18:42:17 +0200
committerSmallJoker <SmallJoker@users.noreply.github.com>2017-09-16 18:42:17 +0200
commit45e9f8081140bfcf45f83508621a94df8f2bce20 (patch)
treefdf08de4c57b015be99dc6f83aed3435a8d1d553 /builtin
parent45a7dd1ec4ef75b9316c518809fcef029b3d96ea (diff)
downloadminetest-45e9f8081140bfcf45f83508621a94df8f2bce20.tar.gz
minetest-45e9f8081140bfcf45f83508621a94df8f2bce20.tar.bz2
minetest-45e9f8081140bfcf45f83508621a94df8f2bce20.zip
Correct tooltip_append_itemstring terminology (#6421)
Diffstat (limited to 'builtin')
-rw-r--r--builtin/settingtypes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 5af146895..57fb98a45 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -710,8 +710,8 @@ gui_scaling_filter_txr2img (GUI scaling filter txr2img) bool true
# Delay showing tooltips, stated in milliseconds.
tooltip_show_delay (Tooltip delay) int 400
-# Append itemstring to tooltip
-tooltip_append_itemstring (Append itemstring) bool false
+# Append item name to tooltip.
+tooltip_append_itemname (Append item name) bool false
# Whether freetype fonts are used, requires freetype support to be compiled in.
freetype (Freetype fonts) bool true