Skip to content

Commit

Permalink
apply parent theme translation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Feb 24, 2014
1 parent 4c0633e commit 57bb3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions page.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</section> <!-- end article section -->

<footer class="article-footer">
<?php the_tags('<span class="tags">' . __('Tags:', 'bonestheme') . '</span> ', ', ', ''); ?>
<?php the_tags('<span class="tags">' . __('Tags', 'bonestheme') . ':</span> ', ', ', ''); ?>

</footer> <!-- end article footer -->

Expand All @@ -37,7 +37,7 @@
<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
</section>
<footer class="article-footer">
<p><?php _e("This is the error message in the page.php template.", "bonestheme"); ?></p>
<p></p>
</footer>
</article>

Expand Down

0 comments on commit 57bb3e6

Please sign in to comment.