[dev] [horde-patch] consistency in "Logout" labels

Francois Marier francois at nit.ca
Fri Jul 30 15:32:33 PDT 2004


All logout buttons are written "Logout" except for the Horde portal
logout button which is "Log out".

So this trivial patch removes the space to improve consistency.

Francois
-------------- next part --------------
diff -rpuN -X ../ignorelist ../build/horde/templates/portal/menu.inc horde/templates/portal/menu.inc
--- ../build/horde/templates/portal/menu.inc	Wed Jun  2 16:53:53 2004
+++ horde/templates/portal/menu.inc	Fri Jul 30 18:26:00 2004
@@ -22,7 +22,7 @@ if ($help_link = Help::listLink('horde')
     echo Menu::createItem($help_link, _("_Help"), 'manual.gif');
 }
 
-echo Menu::createItem(Auth::addLogoutParameters(Horde::applicationUrl('login.php'), AUTH_REASON_LOGOUT), _("_Log out"), 'logout.gif', null, '_parent', null, '__noselection');
+echo Menu::createItem(Auth::addLogoutParameters(Horde::applicationUrl('login.php'), AUTH_REASON_LOGOUT), _("_Logout"), 'logout.gif', null, '_parent', null, '__noselection');
 ?>
   </tr>
   </table></td>


More information about the dev mailing list