Skip to content

Commit

Permalink
#637558 - I18N: "No children" in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Sep 13, 2010
1 parent 8aba996 commit 7b6df38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/descendancy/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public function loadChildren($famid, $generations=0) {
if ($private>0) $out .= '<li class="sb_desc_indi_li">'.i18n::translate('Private').' ('.$private.')</li>';
}
else {
$out .= "No children";
$out .= i18n::translate('No children');
}
}
$out .= "</ul>";
Expand Down

0 comments on commit 7b6df38

Please sign in to comment.