Skip to content

Commit 471e368

Browse files
committed
A couple of more constants that needed to be changed
1 parent 4db5645 commit 471e368

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

featherbb/Controller/Admin/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function display($req, $res, $args)
3131
AdminUtils::generateAdminMenu('options');
3232

3333
View::setPageInfo(array(
34-
'title' => array(Utils::escape(ForumSettings::get('o_board_title')), __('Admin'), __('Options')),
34+
'title' => array(Utils::escape(ForumSettings::get('o_board_title')), __('Admin'), __('Admin options')),
3535
'active_page' => 'admin',
3636
'admin_console' => true,
3737
'languages' => $this->model->get_langs(),
-211 Bytes
Binary file not shown.

featherbb/lang/French/admin/common.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ msgstr "Utilisateurs"
3636
msgid "User groups"
3737
msgstr "Groupes d'utilisateurs"
3838

39-
msgid "Options"
39+
msgid "Admin options"
4040
msgstr "Options"
4141

4242
msgid "Permissions"

0 commit comments

Comments
 (0)