Explorar o código

Merge pull request #209 from elron/patch-5

Added _e to a string
Eddie Machado %!s(int64=13) %!d(string=hai) anos
pai
achega
5b1ad2f7c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      sidebar.php

+ 1 - 1
sidebar.php

@@ -9,7 +9,7 @@
 						<!-- This content shows up if there are no widgets defined in the backend. -->
 						
 						<div class="alert help">
-							<p>Please activate some Widgets.</p>
+							<p><?php _e("Please activate some Widgets.", "bonestheme");  ?></p>
 						</div>
 
 					<?php endif; ?>