diff options
| author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-02-02 12:15:53 +0100 |
|---|---|---|
| committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-02-02 12:15:53 +0100 |
| commit | 648718b9f2edc902eb746c1200106850c51e6abc (patch) | |
| tree | c471cfb753549e3fc4b601fbd310a88fc470d0bc /chimere/widgets.py | |
| parent | 2a65f9c8a7062bac9a732c5acf7cf62980e6ac47 (diff) | |
| download | Chimè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.py | 3 |
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" |
