aboutsummaryrefslogtreecommitdiffstats
path: root/content-single.php
diff options
context:
space:
mode:
Diffstat (limited to 'content-single.php')
-rw-r--r--content-single.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/content-single.php b/content-single.php
index a1df1e1..39f2609 100644
--- a/content-single.php
+++ b/content-single.php
@@ -22,7 +22,7 @@ printf ('
</div>
<div class="info">
<h2 class="titulo">%s</h2>
- <p class="fecha">%s&nbsp;' . __('por', 'libre') . '&nbsp;%s <a href="%s" target="_blank">%s</a></p>
+ <p class="fecha">%s&nbsp;' . __('by', 'Lidra') . '&nbsp;%s <a href="%s" target="_blank">%s</a></p>
<div class="categorias">
%s
</div>
@@ -51,7 +51,7 @@ printf ('
comments_template();
endwhile;
else:
- printf( '<p>' . __('No hay entradas', 'libre') . '</p>' );
+ printf( '<p>' . __('No post', 'Lidra') . '</p>' );
endif;
rewind_posts();
printf(' </div>