diff --git a/inc/html.php b/inc/html.php
index 2f509ef..a3bc7b1 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -702,7 +702,7 @@ function adminBar() {
}
$output.= '' . __('Moderate Post') . '] [' . __('Raw Post') . '] [';
if ($isadmin) {
- $output.= '' . __('Rebuild All<') . '/a>] [';
+ $output.= '' . __('Rebuild All') . '] [';
}
if ($isadmin && installedViaGit()) {
$output .= '' . __('Update') . '] [';
diff --git a/locale/en/tinyib.po b/locale/en/tinyib.po
index 46decca..1365d3c 100644
--- a/locale/en/tinyib.po
+++ b/locale/en/tinyib.po
@@ -1,22 +1,21 @@
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2020-09-06 09:41-0700\n"
-"PO-Revision-Date: 2020-08-28 16:18-0700\n"
+"POT-Creation-Date: 2020-09-27 07:27-0700\n"
+"PO-Revision-Date: 2020-09-27 07:28-0700\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.3.1\n"
-"X-Poedit-Basepath: ..\n"
+"X-Generator: Poedit 2.2.4\n"
+"X-Poedit-Basepath: ../..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-KeywordsList: __\n"
"X-Poedit-SearchPath-0: imgboard.php\n"
-"X-Poedit-SearchPath-1: inc/html.php\n"
-"X-Poedit-SearchPath-2: inc/functions.php\n"
+"X-Poedit-SearchPath-1: inc/functions.php\n"
+"X-Poedit-SearchPath-2: inc/html.php\n"
#: imgboard.php:78
msgid "TINYIB_TRIPSEED and TINYIB_ADMINPASS must be configured."
@@ -404,7 +403,7 @@ msgid "Raw Post"
msgstr ""
#: inc/html.php:705
-msgid "Rebuild All<"
+msgid "Rebuild All"
msgstr ""
#: inc/html.php:708