Skip to content

Commit 8c7f713

Browse files
committed
make labels in about translateable
1 parent c350151 commit 8c7f713

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public_html/lists/admin/about.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<td colspan="2" class="abouthead"><?php echo s('About') . ' ' . NAME ?></td>
55
</tr>
66
<tr>
7-
<td>Announcements</td>
7+
<td><?php echo s('Announcements');?></td>
88
<td><?php echo subscribeToAnnouncementsForm() ?></td>
99
</tr>
1010
<tr>
1111
<td class="poweredby" valign="top">
12-
Version
12+
<?php echo s('Version')?>
1313
</td>
1414
<td>
1515
Powered by <a href="https://www.phplist.com" target="_blank">phplist</a>, version <?php echo VERSION ?>
@@ -18,7 +18,7 @@
1818
</td>
1919
</tr>
2020
<tr>
21-
<td>Legal</td>
21+
<td><?php echo s('Legal');?></td>
2222
<td>
2323
<?php echo s('phpList is licensed with the %sGNU Affero Public License (AGPL)%s',
2424
'<a href="http://www.gnu.org/licenses/agpl.html" target="_blank">', '</a>') ?>.<br/>
@@ -27,7 +27,7 @@
2727
</td>
2828
</tr>
2929
<tr>
30-
<td>Certification</td>
30+
<td><?php echo s('Certification');?></td>
3131
<td>
3232
<p><?php echo s('Certified Secure by ') ?><a href="https://www.httpcs.com/"
3333
title="Web Vulnerability Scanner" target="_blank"><img

0 commit comments

Comments
 (0)