CRM-15603 - Standardize phrasing of 'Log out'
authorColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 03:17:56 +0000 (22:17 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:38 +0000 (08:41 -0500)
CRM/Core/BAO/Navigation.php

index d2ad8f5edb8bff2572d37375e54cb3c0d145b6fb..2c3eb663d764e789b91fa15a42393abf778e91e2 100644 (file)
@@ -619,7 +619,7 @@ ORDER BY parent_id, weight";
           <ul id='civicrm-home'>
             <li><a href='$homeURL'>$homeLabel</a></li>
             <li><a href='#' class='crm-hidemenu'>$hideLabel</a></li>
-            <li><a href='$logoutURL' class='crm-logout-link'>". ts('Logout') ."</a></li>
+            <li><a href='$logoutURL' class='crm-logout-link'>". ts('Log out') ."</a></li>
           </ul>";
       // <li> tag doesn't need to be closed
     }