X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Finvitebuttonsection.php;h=37bbfe92a2bd3d22462c4d8440249a8567fa3a6c;hb=11dc170eade226e3db9f26742b24ebecff83b490;hp=3d385f02a59d215163993b33b6d3d1f3dd24c6b9;hpb=7150c54a3f437043eac95d57ac9fc0672adef564;p=quix0rs-gnu-social.git diff --git a/lib/invitebuttonsection.php b/lib/invitebuttonsection.php index 3d385f02a5..37bbfe92a2 100644 --- a/lib/invitebuttonsection.php +++ b/lib/invitebuttonsection.php @@ -53,7 +53,7 @@ class InviteButtonSection extends Section $this->out = $out; if (empty($buttonText)) { // TRANS: Default button text for inviting more users to the StatusNet instance. - $this->buttonText = _m('BUTTON', 'Invite more colleagues'); + $this->buttonText = _m('BUTTON', 'Invite more people'); } else { $this->buttonText = $buttonText; } @@ -64,6 +64,11 @@ class InviteButtonSection extends Section return false; } + function divId() + { + return 'invite_button'; + } + function showContent() { $this->out->element(