Skip to content
Snippets Groups Projects
Commit eb7d6f39 authored by bgm's avatar bgm
Browse files

fixes CRM-12135: translation of title links, must provide gettext 'context'.

parent 6e5197f6
No related branches found
No related tags found
No related merge requests found
......@@ -356,7 +356,7 @@ class CRM_Core_I18n {
$array[$key] = $value;
}
elseif ((string ) $key == 'title') {
$array[$key] = ts($value);
$array[$key] = ts($value, array('context' => 'menu'));
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment