Browse Source

Fixing typo

Julio Montoya 12 years ago
parent
commit
8f79e78717

+ 1 - 1
plugin/show_user_info/lang/english.php

@@ -1,3 +1,3 @@
 <?php
 
-$strings['WelcomToChamiloUserX']     = "Welcome to Chamilo %s!";
+$strings['WelcomeToChamiloUserX']     = "Welcome to Chamilo %s!";

+ 1 - 1
plugin/show_user_info/lang/spanish.php

@@ -1,3 +1,3 @@
 <?php
 
-$strings['WelcomToChamiloUserX']     = "Bienvenido a Chamilo %s!";
+$strings['WelcomeToChamiloUserX']     = "Bienvenido a Chamilo %s!";

+ 1 - 1
plugin/show_user_info/template.tpl

@@ -25,6 +25,6 @@
 
 {% if show_user_info.show_message is not null and _u.logged == 1 %}
     <div class="well">
-        {{ "WelcomToChamiloUserX" | get_lang | format(show_user_info.user_info.complete_name) }}            
+        {{ "WelcomeToChamiloUserX" | get_lang | format(show_user_info.user_info.complete_name) }}            
     </div>
 {% endif %}