Skip to content

Commit

Permalink
#1066 Change duplicated id, update function description
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Jan 20, 2015
1 parent 1039fc1 commit 566ab56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions help.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<ul class="nav nav-tabs">
<li class="active"><a href="#forum" data-toggle="tab"><?php echo $lang['Forums and topics'] ?></a></li>
<li><a href="#profile" data-toggle="tab"><?php echo $lang['Profile'] ?></a></li>
<li><a href="#search" data-toggle="tab"><?php echo $lang['Search'] ?></a></li>
<li><a href="#searching" data-toggle="tab"><?php echo $lang['Search'] ?></a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="forum">
Expand All @@ -164,7 +164,7 @@
<h3><?php echo $lang['Information question'] ?></h3>
<p><?php echo $lang['Information answer'] ?></p>
</div>
<div class="tab-pane" id="search">
<div class="tab-pane" id="searching">
<h3><?php echo $lang['Advanced search question'] ?></h3>
<p><?php echo $lang['Advanced search answer'] ?></p>
<h3><?php echo $lang['More search question'] ?></h3>
Expand Down
2 changes: 1 addition & 1 deletion lang/English/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
'Star explanation' => 'You\'re following this topic, they will show up in you\'re subscription list.',
'Posted explanation' => 'This label means you have made a post in this topic.',
'Content question' => 'Smilies, signatures, avatars and images are not visible?',
'Content answer' => 'You can change the behavior of the topic view in your profile settings. There you can enable smilies, signatures, avatars and images in posts, but they should be enabled by default unless your forum admin has disabled those features. You can see if images and smilies are disabled below the editor. If the labels have a red background, those features aren\'t available for you.',
'Content answer' => 'You can change the behavior of the topic view in your profile settings. There you can enable smilies, signatures, avatars and images in posts, but they should be enabled by default unless your forum admin has disabled those features.',
'Topics question' => 'Why can\'t I see any topics or forums?',
'Topics answer' => 'You might not have the correct permissions to do so, ask the forum administrator for more help.',
'Profile question' => 'Why can\'t I see any profiles?',
Expand Down

0 comments on commit 566ab56

Please sign in to comment.