summaryrefslogtreecommitdiff
path: root/app/Module/RelationshipsChartModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-04-11 22:19:24 +0100
committerGreg Roach <fisharebest@gmail.com>2016-04-11 22:19:24 +0100
commit981d61cc825eda85ea5437cc70c12633bf027f25 (patch)
tree64bb0672cbc780987251245064805df2f89bc712 /app/Module/RelationshipsChartModule.php
parent45ac604b8c1c4ff96484102219e1708ef5863994 (diff)
downloadwebtrees-981d61cc825eda85ea5437cc70c12633bf027f25.tar.gz
webtrees-981d61cc825eda85ea5437cc70c12633bf027f25.tar.bz2
webtrees-981d61cc825eda85ea5437cc70c12633bf027f25.zip
Consistent text
Diffstat (limited to 'app/Module/RelationshipsChartModule.php')
-rw-r--r--app/Module/RelationshipsChartModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/RelationshipsChartModule.php b/app/Module/RelationshipsChartModule.php
index bf2992e216..fa77c48cc2 100644
--- a/app/Module/RelationshipsChartModule.php
+++ b/app/Module/RelationshipsChartModule.php
@@ -138,7 +138,7 @@ class RelationshipsChartModule extends AbstractModule implements ModuleConfigInt
<h2><?php echo $tree->getTitleHtml() ?></h2>
<fieldset class="form-group">
<legend class="control-label col-sm-3">
- <?php echo I18N::translate('Option to find all relationships'); ?>
+ <?php echo I18N::translate('Option to find all possible relationships'); ?>
</legend>
<div class="col-sm-9">
<?php echo FunctionsEdit::radioButtons('find-all-paths-' . $tree->getTreeId(), array(0 => I18N::translate('hide'), 1 => I18N::translate('show')), $tree->getPreference('FIND_ALL_PATHS', self::DEFAULT_FIND_ALL_PATHS), 'class="radio-inline"'); ?>