Change string casing
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 15 May 2008 06:08:34 +0000 (06:08 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 15 May 2008 06:08:34 +0000 (06:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13141 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/addrbook_addedit.tpl

index f03dc439424dfc53acd66b553d642d6fe8f19e5c..51e1e06d18bcdc59d19c15cdd957dbea058fbb44 100644 (file)
@@ -39,7 +39,7 @@ $formname = $edit ? 'editaddr' : 'addaddr';
 <table cellspacing="0">
  <tr>
   <td class="header" colspan="2">
-   <?php echo $edit ? _("Update address") : _("Add to address book"); ?>
+   <?php echo $edit ? _("Update Address") : _("Add to Address Book"); ?>
   </td>
  </tr>
  <tr>
@@ -120,7 +120,7 @@ $formname = $edit ? 'editaddr' : 'addaddr';
  <tr>
   <td colspan="2" class="addButton">
    <input type="hidden" name="new_bnum" value="<?php echo $current_backend; ?>" />
-   <input type="submit" value=<?php echo '"'.($edit ? _("Update address") : _("Add address")).'"'; ?> name="<?php echo $formname; ?>[SUBMIT]" />
+   <input type="submit" value=<?php echo '"'.($edit ? _("Update Address") : _("Add Address")).'"'; ?> name="<?php echo $formname; ?>[SUBMIT]" />
   </td>
  </tr>
 </table>