Преглед на файлове

Merge pull request #209 from elron/patch-5

Added _e to a string
Eddie Machado преди 13 години
родител
ревизия
5b1ad2f7c9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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; ?>