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
2b8b957a
Commit
2b8b957a
authored
Oct 01, 2008
by
Richard Mansfield
Browse files
Fix hardcoded strings (#2997)
parent
0a2eb9e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/interaction/forum/lang/en.utf8/interaction.forum.php
View file @
2b8b957a
...
...
@@ -64,6 +64,7 @@ $string['editstothispost'] = 'Edits to this post:';
$string
[
'edittitle'
]
=
'Edit forum'
;
$string
[
'edittopic'
]
=
'Edit topic'
;
$string
[
'edittopicsuccess'
]
=
'Topic edited successfully'
;
$string
[
'forumname'
]
=
'Forum Name'
;
$string
[
'forumsuccessfulsubscribe'
]
=
'Forum subscribed successfully'
;
$string
[
'forumsuccessfulunsubscribe'
]
=
'Forum unsubscribed successfully'
;
$string
[
'gotoforums'
]
=
'Go to forums'
;
...
...
htdocs/interaction/forum/theme/default/index.tpl
View file @
2b8b957a
...
...
@@ -18,9 +18,9 @@
{
if
$forums
}
<table
id=
"forumslist"
>
<tr>
<th>
Forum Name
</th>
<th>
D
escription
</th>
<th>
Topics
</th>
<th>
{
str
tag
=
"forumname"
section
=
"interaction.forum"
}
</th>
<th>
{
str
tag
=
"d
escription
"
}
</th>
<th>
{
str
tag
=
"Topics"
section
=
"interaction.forum"
}
</th>
<th></th>
<th></th>
</tr>
...
...
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