Skip to content

Commit

Permalink
lang fix in sidebar.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Shen committed May 15, 2009
1 parent 9d2afa6 commit b0f5af0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion wp-content/language/eng.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@
$txt['sidebar_followers'] = "followers";
$txt['sidebar_updates'] = "updates";
$txt['sidebar_Updates'] = "Updates";
$txt['sidebar_favorities'] = "Favorites";
$txt['sidebar_favorites'] = "Favorites";
$txt['sidebar_search'] = "Search";
$txt['sidebar_direct_messages'] = "Direct Messages";
$txt['sidebar_trending_topics'] = "Trending Topics";
$txt['sidebar_rss'] = "RSS";
$txt['sidebar_recent_projects'] = "Recent Projects";
Expand Down
3 changes: 2 additions & 1 deletion wp-content/language/ger.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@
$txt['sidebar_followers'] = "Abonnenten";
$txt['sidebar_updates'] = "Einträge";
$txt['sidebar_Updates'] = "Einträge";
$txt['sidebar_favorities'] = "Favoriten";
$txt['sidebar_favorites'] = "Favoriten";
$txt['sidebar_search'] = "Suche";
$txt['sidebar_direct_messages'] = "Direct Messages";
$txt['sidebar_trending_topics'] = "Beliebte Themen";
$txt['sidebar_rss'] = "RSS";
$txt['sidebar_recent_projects'] = "neuste Projekte";
Expand Down
6 changes: 3 additions & 3 deletions wp-content/themes/p2/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@
<li><?php echo $txt['sidebar_favorities']; ?></li>
<li><?php echo $txt['sidebar_following']; ?></li>
<?php else : ?>
<li>Direct Messages</li>
<li>Favorites</li>
<li><?php echo $txt['sidebar_direct_messages']; ?></li>
<li><?php echo $txt['sidebar_favorites']; ?></li>
<li><form method="post"><input size="14" value="<?php echo $txt['sidebar_search']; ?>"></form></li>

<li><?php echo $txt['sidebar_trinding_topics']; ?></li>
<li><?php echo $txt['sidebar_trending_topics']; ?></li>
<li><?php echo $txt['sidebar_following']; ?></li>

<?php endif; ?>
Expand Down

0 comments on commit b0f5af0

Please sign in to comment.