diff options
Diffstat (limited to 'content-page.php')
-rw-r--r-- | content-page.php | 4 |
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 ' . __('por', 'libre') . ' %s <a href="%s" target="_blank">%s</a></p> + <p class="fecha">%s ' . __('by', 'Lidra') . ' %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áginas', 'libre') . '</p>' ); + printf( '<p>' . __('No pages', 'Lidra') . '</p>' ); endif; rewind_posts(); printf(' </div> |