CC-1960: Internationalize Airtime / Support translations

-fixed typos
This commit is contained in:
denise 2012-11-27 11:59:55 -05:00
parent ae15a47bc5
commit b9b387fcd0
5 changed files with 8 additions and 14 deletions

View file

@ -7,7 +7,7 @@
<div class="button-holder">
<button type="button" id="add_user_button" name="search_add_group" class="ui-button ui-widget ui-state-default ui-button-text-icon-primary">
<span class="ui-icon ui-icon-plusthick"></span>
<span class="ui-button-text"><? echo _("New")?>&nbsp;<? echo _("User")?></span>
<span class="ui-button-text"><? echo _("New User")?></span>
</button>
</div>
@ -16,9 +16,9 @@
<tr>
<th><? echo _("id") ?></th>
<th><? echo _("Username") ?></th>
<th><? echo _("First")?>&nbsp;<? echo _("Name")?></th>
<th><? echo _("Last")?>&nbsp;<? echo _("Name")?></th>
<th><? echo _("User")?>&nbsp;<? echo _("Type")?></th>
<th><? echo _("First Name")?></th>
<th><? echo _("Last Name")?></th>
<th><? echo _("User Type")?></th>
<th>&nbsp;</th>
</tr>
</thead>