diff -r 95d0d8596c87 -r 3ec535acd11e plugins/SpecialLog.php --- a/plugins/SpecialLog.php Wed Apr 15 16:20:33 2009 -0400 +++ b/plugins/SpecialLog.php Wed Apr 15 17:14:20 2009 -0400 @@ -239,6 +239,8 @@ + + @@ -318,7 +320,8 @@ $crumb = $lang->get('log_breadcrumb_page', array('page' => '' . htmlspecialchars(get_page_title($value)) . '')); break; case 'action': - $crumb = $lang->get('log_breadcrumb_action', array('action' => htmlspecialchars($lang->get("log_action_{$value}")))); + $action = ( $lang->get("log_formaction_{$value}") === "log_formaction_{$value}" ) ? $lang->get("log_action_{$value}") : $lang->get("log_formaction_{$value}"); + $crumb = $lang->get('log_breadcrumb_action', array('action' => htmlspecialchars($action))); break; case 'within': $value = intval($value);