Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
realname
Commits
602f4e36
Commit
602f4e36
authored
Nov 22, 2015
by
hass
Browse files
Messages are user facing text and must run through t() for translation
parent
1850079c
Changes
1
Hide whitespace changes
Inline
Side-by-side
realname.install
View file @
602f4e36
...
...
@@ -90,7 +90,7 @@ function realname_requirements($phase) {
* Implements hook_disable().
*/
function
realname_disable
()
{
drupal_set_message
(
'You need to replace the token <code>[user:name-raw]</code> with <code>[user:name]</code> in e-mail templates.'
,
'warning'
);
drupal_set_message
(
t
(
'You need to replace the token <code>[user:name-raw]</code> with <code>[user:name]</code> in e-mail templates.'
)
,
'warning'
);
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment