diff options
Diffstat (limited to 'admin_trees_places.php')
| -rw-r--r-- | admin_trees_places.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/admin_trees_places.php b/admin_trees_places.php index 95cdbc3992..90f941db93 100644 --- a/admin_trees_places.php +++ b/admin_trees_places.php @@ -2,7 +2,7 @@ // Search/replace function for PLAC data // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA define('WT_SCRIPT_NAME', 'admin_trees_places.php'); @@ -93,13 +93,13 @@ $controller <dl> <dt><?php echo WT_I18N::translate('Family tree'); ?></dt> <dd><?php echo select_edit_control('ged', WT_Tree::getNameList(), null, WT_GEDCOM, 'autofocus'); ?></dd> - <dt><label for="search">Search</label></dt> - <dd><input name="search" id="search" type="text" value="<?= WT_Filter::escapeHtml($search) ?>" required></dd> - <dt><label for="replace">Replace</label></dt> - <dd><input name="replace" id="replace" type="text" value="<?= WT_Filter::escapeHtml($replace) ?>" required></dd> + <dt><label for="search"><?php echo WT_I18N::translate('Search for'); ?></label></dt> + <dd><input name="search" id="search" type="text" size="30" value="<?= WT_Filter::escapeHtml($search) ?>" required></dd> + <dt><label for="replace"><?php echo WT_I18N::translate('Replace with'); ?></label></dt> + <dd><input name="replace" id="replace" type="text" size="30" value="<?= WT_Filter::escapeHtml($replace) ?>" required></dd> </dl> - <input type="submit" value="preview"> - <input type="submit" value="update" name="confirm"> + <button type="submit" value="preview"><?php echo /* I18N: button label */ WT_I18N::translate('preview'); ?></button> + <button type="submit" value="update" name="confirm"><?php echo /* I18N: button label */ WT_I18N::translate('update'); ?></button> </form> <?php if ($search && $replace) { ?> |
