Skip to content
Snippets Groups Projects
Commit e609b8d5 authored by Germán Valero's avatar Germán Valero Committed by Friederike Schwager
Browse files

Fix typos in strings

parent cfab7a68
No related branches found
No related tags found
No related merge requests found
...@@ -212,9 +212,9 @@ $string['myanswers'] = 'my answers'; ...@@ -212,9 +212,9 @@ $string['myanswers'] = 'my answers';
$string['mypost'] = 'My post'; $string['mypost'] = 'My post';
$string['myquestion'] = 'Question'; $string['myquestion'] = 'Question';
$string['myquestions'] = 'my questions'; $string['myquestions'] = 'my questions';
$string['newanswerhtml'] = 'Your subscribed question "{$a->question}" was ansered by {$a->answeruser} with the comment: <br /> <br /> "{$a->content}"<br /><br /> $string['newanswerhtml'] = 'Your subscribed question "{$a->question}" was answered by {$a->answeruser} with the comment: <br /> <br /> "{$a->content}"<br /><br />
The answer is <a href="{$a->urltoanswer}">here</a> available.'; The answer is <a href="{$a->urltoanswer}">here</a> available.';
$string['newanswertext'] = 'Your subscribed question "{$a->question}" was ansered by {$a->answeruser} with the comment: $string['newanswertext'] = 'Your subscribed question "{$a->question}" was answered by {$a->answeruser} with the comment:
"{$a->content}" "{$a->content}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment