Remove erroneous closing tag from translation string

Resolves #124.
This commit is contained in:
Trevor Slocum 2020-09-27 07:29:23 -07:00
parent e434379589
commit 702e3060ce
2 changed files with 8 additions and 9 deletions

View File

@ -702,7 +702,7 @@ function adminBar() {
} }
$output.= '<a href="?manage&moderate">' . __('Moderate Post') . '</a>] [<a href="?manage&rawpost">' . __('Raw Post') . '</a>] ['; $output.= '<a href="?manage&moderate">' . __('Moderate Post') . '</a>] [<a href="?manage&rawpost">' . __('Raw Post') . '</a>] [';
if ($isadmin) { if ($isadmin) {
$output.= '<a href="?manage&rebuildall">' . __('Rebuild All<') . '/a>] ['; $output.= '<a href="?manage&rebuildall">' . __('Rebuild All') . '</a>] [';
} }
if ($isadmin && installedViaGit()) { if ($isadmin && installedViaGit()) {
$output .= '<a href="?manage&update">' . __('Update') . '</a>] ['; $output .= '<a href="?manage&update">' . __('Update') . '</a>] [';

View File

@ -1,22 +1,21 @@
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2020-09-06 09:41-0700\n" "POT-Creation-Date: 2020-09-27 07:27-0700\n"
"PO-Revision-Date: 2020-08-28 16:18-0700\n" "PO-Revision-Date: 2020-09-27 07:28-0700\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: en\n" "Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3.1\n" "X-Generator: Poedit 2.2.4\n"
"X-Poedit-Basepath: ..\n" "X-Poedit-Basepath: ../..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-KeywordsList: __\n" "X-Poedit-KeywordsList: __\n"
"X-Poedit-SearchPath-0: imgboard.php\n" "X-Poedit-SearchPath-0: imgboard.php\n"
"X-Poedit-SearchPath-1: inc/html.php\n" "X-Poedit-SearchPath-1: inc/functions.php\n"
"X-Poedit-SearchPath-2: inc/functions.php\n" "X-Poedit-SearchPath-2: inc/html.php\n"
#: imgboard.php:78 #: imgboard.php:78
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured." msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
@ -404,7 +403,7 @@ msgid "Raw Post"
msgstr "" msgstr ""
#: inc/html.php:705 #: inc/html.php:705
msgid "Rebuild All<" msgid "Rebuild All"
msgstr "" msgstr ""
#: inc/html.php:708 #: inc/html.php:708