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
9bd2b00f
Commit
9bd2b00f
authored
Apr 13, 2007
by
Martyn Smith
Browse files
Fix missing "showtags" string
parent
17516d0f
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/mahara.php
View file @
9bd2b00f
...
...
@@ -41,6 +41,7 @@ $string['default'] = 'Default';
$string
[
'upload'
]
=
'Upload'
;
$string
[
'complete'
]
=
'Complete'
;
$string
[
'loading'
]
=
'Loading ...'
;
$string
[
'showtags'
]
=
'Show my tags'
;
$string
[
'errorprocessingform'
]
=
'There was an error with submitting this form. Please check the marked fields and try again.'
;
$string
[
'no'
]
=
'No'
;
...
...
htdocs/lib/web.php
View file @
9bd2b00f
...
...
@@ -307,6 +307,7 @@ function jsstrings() {
'requiredfieldempty'
,
'unknownerror'
,
'loading'
,
'showtags'
,
'unreadmessages'
,
'unreadmessage'
,
'couldnotgethelp'
,
...
...
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