Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
ba10699b
Commit
ba10699b
authored
May 06, 2015
by
Son Nguyen
Committed by
Gerrit Code Review
May 06, 2015
Browse files
Merge "Use the correct string identifier (Bug #1446488)"
parents
bcd6a71c
161f75b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/lib.php
View file @
ba10699b
...
...
@@ -1609,7 +1609,7 @@ class ArtefactTypeFile extends ArtefactTypeFileBase {
'description'
=>
get_string
(
'resizeonuploadenabledescription2'
,
'artefact.file'
),
),
'resizeonuploaduseroption'
=>
array
(
'title'
=>
get_string
(
'resizeonuploaduseroption
2
'
,
'artefact.file'
),
'title'
=>
get_string
(
'resizeonuploaduseroption
1
'
,
'artefact.file'
),
'type'
=>
'switchbox'
,
'defaultvalue'
=>
$resizeonuploaduseroption
,
'description'
=>
get_string
(
'resizeonuploaduseroptiondescription2'
,
'artefact.file'
),
...
...
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