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
2e95465d
Commit
2e95465d
authored
May 23, 2016
by
Robert Lyon
Committed by
Gerrit Code Review
May 23, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1535853: Change capitalization for number of plans"
parents
822cf67a
61ad4145
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
htdocs/artefact/plans/lang/en.utf8/artefact.plans.php
htdocs/artefact/plans/lang/en.utf8/artefact.plans.php
+3
-2
htdocs/artefact/plans/plan.php
htdocs/artefact/plans/plan.php
+1
-1
No files found.
htdocs/artefact/plans/lang/en.utf8/artefact.plans.php
View file @
2e95465d
...
...
@@ -26,9 +26,10 @@ $string['managetasksspecific'] = 'Manage tasks in "%s"';
$string
[
'newplan'
]
=
'New plan'
;
$string
[
'noplansaddone'
]
=
'No plans yet. %sAdd one%s!'
;
$string
[
'noplans'
]
=
'No plans to display'
;
$string
[
'plan'
]
=
'
P
lan'
;
$string
[
'plans'
]
=
'
P
lans'
;
$string
[
'plan'
]
=
'
p
lan'
;
$string
[
'plans'
]
=
'
p
lans'
;
$string
[
'Plans'
]
=
'Plans'
;
$string
[
'Plan'
]
=
'Plan'
;
$string
[
'plandeletedsuccessfully'
]
=
'Plan deleted successfully.'
;
$string
[
'plannotdeletedsuccessfully'
]
=
'There was an error deleting this plan.'
;
$string
[
'plannotsavedsuccessfully'
]
=
'There was an error submitting this form. Please check the marked fields and try again.'
;
...
...
htdocs/artefact/plans/plan.php
View file @
2e95465d
...
...
@@ -19,7 +19,7 @@ define('SECTION_PAGE', 'plans');
require
(
dirname
(
dirname
(
dirname
(
__FILE__
)))
.
'/init.php'
);
safe_require
(
'artefact'
,
'plans'
);
if
(
!
PluginArtefactPlans
::
is_active
())
{
throw
new
AccessDeniedException
(
get_string
(
'plugindisableduser'
,
'mahara'
,
get_string
(
'
p
lans'
,
'artefact.plans'
)));
throw
new
AccessDeniedException
(
get_string
(
'plugindisableduser'
,
'mahara'
,
get_string
(
'
P
lans'
,
'artefact.plans'
)));
}
define
(
'TITLE'
,
get_string
(
'Tasks'
,
'artefact.plans'
));
...
...
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