From 69ed7f66b8e846e90e1540e36693e518936a23bb Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 11 Jan 2010 16:25:16 +0000 Subject: #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index a059718fd..8e9eba04c 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -196,7 +196,7 @@ function forum_menu_local_tasks_alter(&$data, $router_item, $root_path) { $links['login'] = array( '#theme' => 'menu_local_action', '#link' => array( - 'title' => t('Login to post new content in the forum.', array( + 'title' => t('Log in to post new content in the forum.', array( '@login' => url('user/login', array('query' => drupal_get_destination())), )), 'localized_options' => array('html' => TRUE), -- cgit v1.2.3