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
554605c0
Commit
554605c0
authored
Aug 10, 2007
by
Nigel McNie
Committed by
Penny Leach
Aug 17, 2007
Browse files
Properly change language string to 'profile' from 'myprofile'
parent
9cc8b62c
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/internal/lang/en.utf8/artefact.internal.php
View file @
554605c0
...
...
@@ -26,7 +26,7 @@
defined
(
'INTERNAL'
)
||
die
();
$string
[
'
my
profile'
]
=
'
My
Profile'
;
$string
[
'profile'
]
=
'Profile'
;
$string
[
'myfiles'
]
=
'My Files'
;
$string
[
'mandatory'
]
=
'Mandatory'
;
...
...
@@ -64,7 +64,6 @@ $string['occupation'] = 'Occupation';
$string
[
'industry'
]
=
'Industry'
;
// Field names for view user and search user display
$string
[
'profile'
]
=
'Profile'
;
$string
[
'name'
]
=
'Name'
;
$string
[
'principalemailaddress'
]
=
'Primary email'
;
$string
[
'emailaddress'
]
=
'Alternative email'
;
...
...
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