prv messages: make submit translateable

This commit is contained in:
Tobias Diekershoff 2012-06-03 17:16:29 +02:00
commit 6fbeafc843
2 changed files with 3 additions and 2 deletions

View file

@ -211,7 +211,8 @@ function message_content(&$a) {
'$parent' => '',
'$upload' => t('Upload photo'),
'$insert' => t('Insert web link'),
'$wait' => t('Please wait')
'$wait' => t('Please wait'),
'$submit' => t('Submit')
));
return $o;