From: Richard Fairhurst Date: Sat, 19 Feb 2011 14:28:07 +0000 (+0000) Subject: document + keypress X-Git-Tag: 2.0~28 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/caaf5f4f1e326dca202c3f1a200142007caaac09 document + keypress --- 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"],