Browse Source

bring string in line with rest

Thijs Kinkhorst 18 years ago
parent
commit
b3fbc945a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/addrbook_popup.php

+ 2 - 2
src/addrbook_popup.php

@@ -17,9 +17,9 @@
  */
  */
 include('../include/init.php');
 include('../include/init.php');
 
 
-displayHtmlHeader($org_title .': '. _("AddressBook"), '', false, true);
+displayHtmlHeader($org_title .': '. _("Addresses"), '', false, true);
 
 
 $oTemplate->display('addressbook_popup.tpl');
 $oTemplate->display('addressbook_popup.tpl');
 
 
 $oTemplate->display('footer.tpl');
 $oTemplate->display('footer.tpl');
-?>
+