mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
typo
This commit is contained in:
parent
4fd91e4523
commit
250d06074d
Binary file not shown.
@ -135,7 +135,7 @@ msgstr "Uutiset"
|
||||
msgid "no subject"
|
||||
msgstr "ei aihetta"
|
||||
|
||||
msgid "View all entires"
|
||||
msgid "View all entries"
|
||||
msgstr "Näytä kaikki tiedotteet"
|
||||
|
||||
msgid "Dashboard"
|
||||
@ -249,4 +249,6 @@ msgstr "Kirjaudu sisään"
|
||||
msgid "Continue"
|
||||
msgstr "Jatka"
|
||||
|
||||
msgid "Administration"
|
||||
msgstr "Hallinta"
|
||||
|
||||
|
2
mod.php
2
mod.php
@ -116,7 +116,7 @@
|
||||
$fieldset['Noticeboard'] .= '<ul>' . $_body . '</ul></li><li>';
|
||||
}
|
||||
|
||||
$fieldset['Noticeboard'] .= '<a href="?/noticeboard">' . _('View all entires') . '</a></li>';
|
||||
$fieldset['Noticeboard'] .= '<a href="?/noticeboard">' . _('View all entries') . '</a></li>';
|
||||
|
||||
$query = prepare("SELECT COUNT(*) AS `count` FROM `pms` WHERE `to` = :id AND `unread` = 1");
|
||||
$query->bindValue(':id', $mod['id']);
|
||||
|
Loading…
Reference in New Issue
Block a user