aboutsummaryrefslogtreecommitdiffstats
path: root/content-page.php
diff options
context:
space:
mode:
Diffstat (limited to 'content-page.php')
-rw-r--r--content-page.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/content-page.php b/content-page.php
index 9adc5d7..611bd8f 100644
--- a/content-page.php
+++ b/content-page.php
@@ -20,7 +20,7 @@ printf ( '<section class="main col-md-8">
</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>
@@ -48,7 +48,7 @@ printf ( '<section class="main col-md-8">
);
endwhile;
else:
- printf( '<p>' . __('No hay p&aacute;ginas', 'libre') . '</p>' );
+ printf( '<p>' . __('No pages', 'Lidra') . '</p>' );
endif;
rewind_posts();
printf(' </div>