diff options
Diffstat (limited to 'modules_v3/googlemap/places_edit.php')
| -rw-r--r-- | modules_v3/googlemap/places_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/googlemap/places_edit.php b/modules_v3/googlemap/places_edit.php index 7f005658db..f4761c1af7 100644 --- a/modules_v3/googlemap/places_edit.php +++ b/modules_v3/googlemap/places_edit.php @@ -315,7 +315,7 @@ $api='v3'; </td> </tr> <tr> - <td class="descriptionbox"><?php echo WT_I18N::translate('Zoom factor'), help_link('PLE_ZOOM','googlemap'); ?></td> + <td class="descriptionbox"><?php echo WT_I18N::translate('Zoom level'), help_link('PLE_ZOOM','googlemap'); ?></td> <td class="optionbox" colspan="2"> <input type="text" id="NEW_ZOOM_FACTOR" name="NEW_ZOOM_FACTOR" value="<?php echo $zoomfactor; ?>" size="20" onchange="updateMap();"></td> </tr> |
