Skip to content

Commit

Permalink
Merge pull request #5 from gymnasium/gymnasium/change-discussion-to-f…
Browse files Browse the repository at this point in the history
…orum

changing "discussion" tab to say "Forum"
  • Loading branch information
tkeemon committed Aug 1, 2015
2 parents 15261e0 + 0aabb23 commit 55d091c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/xmodule/xmodule/tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class DiscussionTab(EnrolledOrStaffTab):
def __init__(self, tab_dict=None):
super(DiscussionTab, self).__init__(
# Translators: "Discussion" is the title of the course forum page
name=tab_dict['name'] if tab_dict else _('Discussion'),
name='Forum', #tab_dict['name'] if tab_dict else _('Discussion'),
tab_id=self.type,
link_func=link_reverse_func('django_comment_client.forum.views.forum_form_discussion'),
)
Expand Down

0 comments on commit 55d091c

Please sign in to comment.