diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-12 19:59:06 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-12 19:59:06 +0000 |
| commit | d4b5df63051f5285ebffaefd9172732416e82beb (patch) | |
| tree | f312bc6a904564187800a073e34ef51f4cfcb3d8 /modules/googlemap/places_edit.php | |
| parent | b016c56be2895154b71cbe9f2382aed566d14da3 (diff) | |
| download | webtrees-d4b5df63051f5285ebffaefd9172732416e82beb.tar.gz webtrees-d4b5df63051f5285ebffaefd9172732416e82beb.tar.bz2 webtrees-d4b5df63051f5285ebffaefd9172732416e82beb.zip | |
Use translate_fact() to translate facts
Diffstat (limited to 'modules/googlemap/places_edit.php')
| -rw-r--r-- | modules/googlemap/places_edit.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/googlemap/places_edit.php b/modules/googlemap/places_edit.php index de114ff76d..1000cb8072 100644 --- a/modules/googlemap/places_edit.php +++ b/modules/googlemap/places_edit.php @@ -737,7 +737,7 @@ if ($action=="add") { </td> </tr> <tr> - <td class="descriptionbox"><?php echo i18n::translate('PLAC'), help_link('PLE_PLACES','googlemap');?></td> + <td class="descriptionbox"><?php echo translate_fact('PLAC'), help_link('PLE_PLACES','googlemap');?></td> <td class="optionbox"><input type="text" id="new_pl_name" name="NEW_PLACE_NAME" value="<?php echo htmlspecialchars($place_name) ?>" size="25" class="address_input" tabindex="<?php echo ++$i;?>" /> <div id="INDI_PLAC_pop" style="display: inline;"> <?php print_specialchar_link("NEW_PLACE_NAME", false);?></div> @@ -782,7 +782,7 @@ if ($action=="add") { </td> </tr> <tr> - <td class="descriptionbox"><?php echo i18n::translate('LATI'), help_link('PLE_LATLON_CTRL','googlemap'); ?></td> + <td class="descriptionbox"><?php echo translate_fact('LATI'), help_link('PLE_LATLON_CTRL','googlemap'); ?></td> <td class="optionbox"> <select name="LATI_CONTROL" tabindex="<?php echo ++$i;?>" onchange="updateMap();"> <option value="" <?php if ($place_lati == null) echo " selected=\"selected\"";?>></option> @@ -792,7 +792,7 @@ if ($action=="add") { <input type="text" name="NEW_PLACE_LATI" value="<?php if ($place_lati != null) echo abs($place_lati);?>" size="20" tabindex="<?php echo ++$i;?>" onchange="updateMap();" /></td> </tr> <tr> - <td class="descriptionbox"><?php echo i18n::translate('LONG'), help_link('PLE_LATLON_CTRL','googlemap'); ?></td> + <td class="descriptionbox"><?php echo translate_fact('LONG'), help_link('PLE_LATLON_CTRL','googlemap'); ?></td> <td class="optionbox"> <select name="LONG_CONTROL" tabindex="<?php echo ++$i;?>" onchange="updateMap();"> <option value="" <?php if ($place_long == null) echo " selected=\"selected\"";?>></option> |
