summaryrefslogtreecommitdiff
path: root/chimere/widgets.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2017-02-02 12:15:53 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2017-02-02 12:15:53 +0100
commit648718b9f2edc902eb746c1200106850c51e6abc (patch)
treec471cfb753549e3fc4b601fbd310a88fc470d0bc /chimere/widgets.py
parent2a65f9c8a7062bac9a732c5acf7cf62980e6ac47 (diff)
downloadChimère-648718b9f2edc902eb746c1200106850c51e6abc.tar.bz2
Chimère-648718b9f2edc902eb746c1200106850c51e6abc.zip
Update doc and help messages for v3
Diffstat (limited to 'chimere/widgets.py')
-rw-r--r--chimere/widgets.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/chimere/widgets.py b/chimere/widgets.py
index 9bf6161..4b6830d 100644
--- a/chimere/widgets.py
+++ b/chimere/widgets.py
@@ -581,7 +581,8 @@ class AreaWidget(forms.TextInput):
" value='%f'/>\n" % (
upper_left_lat, upper_left_lon, lower_right_lat,
lower_right_lon)
- help_msg = _("Hold CTRL, click and drag to select area on the map")
+ help_msg = _("Click to begin selecting area on the map and click again "
+ "to close the rectangle. To modify, move the nodes of the rectangle.")
tpl += "<p class='help-osm'>%s</p>\n" % help_msg
tpl += "<script type='text/javascript'>\n"
tpl += "function init_map_form (){\ninit('map_edit_area');\n"