summaryrefslogtreecommitdiff
path: root/src/gui/game/Tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/game/Tool.h')
-rw-r--r--src/gui/game/Tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/game/Tool.h b/src/gui/game/Tool.h
index 8b75f3f..7ee105f 100644
--- a/src/gui/game/Tool.h
+++ b/src/gui/game/Tool.h
@@ -45,7 +45,7 @@ class SignTool: public Tool
{
public:
SignTool():
- Tool(0, "SIGN", "Sign. Click a sign to edit or anywhere else to create a new one.", 0, 0, 0, "DEFAULT_UI_SIGN", SignTool::GetIcon)
+ Tool(0, "SIGN", "Sign. Displays text. Click on a sign to edit it or anywhere else to place a new one.", 0, 0, 0, "DEFAULT_UI_SIGN", SignTool::GetIcon)
{
}
static VideoBuffer * GetIcon(int toolID, int width, int height);