From caaf5f4f1e326dca202c3f1a200142007caaac09 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Sat, 19 Feb 2011 14:28:07 +0000 Subject: [PATCH] document + keypress --- net/systemeD/potlatch2/help/HelpDialog.mxml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/systemeD/potlatch2/help/HelpDialog.mxml b/net/systemeD/potlatch2/help/HelpDialog.mxml index 3c73b344..30daaeab 100644 --- a/net/systemeD/potlatch2/help/HelpDialog.mxml +++ b/net/systemeD/potlatch2/help/HelpDialog.mxml @@ -105,7 +105,8 @@ ["Ctrl+Click", "Select multiple nodes or ways (Command+Click on Mac)"], ["/", "Cycle through overlapping ways"], ]; - var text2:Array = [["D", "Dim features"], + var text2:Array = [["+", "Add new tag"], + ["D", "Dim features"], ["F", "Follow existing way"], ["R", "Repeat tags"], ["T", "Toggle between simple and advanced tags"], -- 2.36.1