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
11dc6c4d
Commit
11dc6c4d
authored
Mar 05, 2012
by
Francois Marier
Committed by
Gerrit Code Review
Mar 05, 2012
Browse files
Merge "Rename button for submitting objectionable content (Bug 946726)"
parents
1c62cac4
ecb1e1a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/view.php
View file @
11dc6c4d
...
...
@@ -128,8 +128,8 @@ $string['alreadyinwatchlist'] = 'This page is already in your watchlist';
$string
[
'attachedfileaddedtofolder'
]
=
"The attached file %s has been added to your '%s' folder."
;
$string
[
'complaint'
]
=
'Complaint'
;
$string
[
'date'
]
=
'Date'
;
$string
[
'notify
site
administrator'
]
=
'Notify
site
administrator'
;
$string
[
'notify
site
administratorconfirm'
]
=
'Are you sure you wish to report this page as containing objectionable material?'
;
$string
[
'notifyadministrator'
]
=
'Notify administrator'
;
$string
[
'notifyadministratorconfirm'
]
=
'Are you sure you wish to report this page as containing objectionable material?'
;
$string
[
'print'
]
=
'Print'
;
$string
[
'reportobjectionablematerial'
]
=
'Report objectionable material'
;
$string
[
'reportsent'
]
=
'Your report has been sent'
;
...
...
htdocs/lib/view.php
View file @
11dc6c4d
...
...
@@ -4266,8 +4266,8 @@ function objection_form() {
);
$form
[
'elements'
][
'submit'
]
=
array
(
'type'
=>
'submitcancel'
,
'value'
=>
array
(
get_string
(
'notify
site
administrator'
,
'view'
),
get_string
(
'cancel'
)),
'confirm'
=>
array
(
get_string
(
'notify
site
administratorconfirm'
,
'view'
)),
'value'
=>
array
(
get_string
(
'notifyadministrator'
,
'view'
),
get_string
(
'cancel'
)),
'confirm'
=>
array
(
get_string
(
'notifyadministratorconfirm'
,
'view'
)),
);
return
$form
;
}
...
...
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