Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
a6180c2b
Commit
a6180c2b
authored
Sep 20, 2019
by
Cecilia Vela Gurovic
Committed by
Gerrit Code Review
Sep 20, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1843691: Correct spacing in submission report notification"
parents
48199baa
81733da1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
htdocs/module/assessmentreport/lang/en.utf8/module.assessmentreport.php
...assessmentreport/lang/en.utf8/module.assessmentreport.php
+4
-3
No files found.
htdocs/module/assessmentreport/lang/en.utf8/module.assessmentreport.php
View file @
a6180c2b
...
...
@@ -3,6 +3,7 @@
defined
(
'INTERNAL'
)
||
die
();
$string
[
"message"
]
=
'This is to confirm that you submitted the %s "%s" successfully to the group "%s" at %s.
If you have any questions about this submission, please contact the group administrator.'
;
$string
[
"subject"
]
=
'Your submission of "%s" was successful'
;
$string
[
"page"
]
=
"page"
;
\ No newline at end of file
If you have any questions about this submission, please contact the group administrator.'
;
$string
[
"subject"
]
=
'Your submission of your %s was successful'
;
$string
[
"page"
]
=
"page"
;
Write
Preview
Markdown
is supported
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