diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index e93a5fb10..e2a6a2918 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2790,7 +2790,7 @@ function system_update_177() { // Deleting is required, because _user_mail_text() checks for the existance of the variable. variable_del('user_mail_'. $message_id); $ret[] = array( - 'query' => strtr('The mail template %message_id has been reset to the default. The old template <a href="%url">has been saved</a>.', array('%message_id' => 'user_mail_'. $message_id, '%url' => url('admin/logs/event/'. $last->wid))), + 'query' => strtr('The mail template %message_id has been reset to the default. The old template <a href="@url">has been saved</a>.', array('%message_id' => 'user_mail_'. $message_id, '@url' => url('admin/logs/event/'. $last->wid))), 'success' => TRUE ); } |