Commit 7798c50d authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4577 (Clubs don't have correct screen title)

parent d6aafcb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -311,6 +311,7 @@ RESIGN_FROM_GROUP=Resign from usergroup
ACCEPT_INTO_GROUP=Accept join request
DECLINE_FROM_GROUP=Decline join request
VIEW_USERGROUP={1}
VIEW_CLUB=Club: {1}
CLUB=Club
GROUP_LED_BY=This usergroup is led by {1}.
CNS_PROMOTION_INFO=On reaching {1} points, members are automatically promoted to {2}.
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ class Module_groups
                'identifier' => '_SEARCH:groups:view:' . strval($id),
            ), $group, 'group', strval($id));

            $this->title = get_screen_title($club ? 'CLUB' : 'VIEW_USERGROUP', true, array(make_fractionable_editable('group', $id, $group_name)));
            $this->title = get_screen_title($club ? 'VIEW_CLUB' : 'VIEW_USERGROUP', true, array(make_fractionable_editable('group', $id, $group_name)));

            $this->id = $id;
            $this->group = $group;
+1 −0
Original line number Diff line number Diff line
@@ -7534,6 +7534,7 @@ function string_scan($lang, $do_guessing = false, $only_exists = true)
        CLOSE_TOPIC
        CLOSE_VIA_END_CHAT_BUTTON
        CLOSING_HELP_PANEL_CONFIRM
        VIEW_CLUB
        CLUB
        CLUBS
        CLUB_WITH_MEMBERS_APPROVAL