Skip to content
Snippets Groups Projects
Commit 65e90472 authored by Michael Schams's avatar Michael Schams Committed by Andreas Fernandez
Browse files

[TASK] Make capitalization of BE module names consistent

This change makes language labels for backend module names consistent
by following the rule "first letter of both words upper-case" (e.g.
"Admin Tools").

Resolves: #90993
Releases: master
Change-Id: I58aef178b3c0a781e1046e381340ad29fa19c7ea
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64114


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 4db25fe3
No related merge requests found
......@@ -10,7 +10,7 @@
<source>Admin backend users</source>
</trans-unit>
<trans-unit id="mlang_tabs_tab" resname="mlang_tabs_tab">
<source>Backend users</source>
<source>Backend Users</source>
</trans-unit>
</body>
</file>
......
......@@ -7,7 +7,7 @@
<source>Administration and maintenance tools</source>
</trans-unit>
<trans-unit id="mlang_tabs_tab" resname="mlang_tabs_tab">
<source>Admin tools</source>
<source>Admin Tools</source>
</trans-unit>
</body>
</file>
......
......@@ -7,7 +7,7 @@
<source>Your personal tasks, overview and setup</source>
</trans-unit>
<trans-unit id="mlang_tabs_tab" resname="mlang_tabs_tab">
<source>User tools</source>
<source>User Tools</source>
</trans-unit>
</body>
</file>
......
......@@ -29,8 +29,8 @@ class CompareUserCest
{
$I->useExistingSession('admin');
$I->see('Backend users');
$I->click('Backend users');
$I->see('Backend Users');
$I->click('Backend Users');
$I->switchToContentFrame();
}
......
......@@ -29,8 +29,8 @@ class ListGroupCest
{
$I->useExistingSession('admin');
$I->see('Backend users');
$I->click('Backend users');
$I->see('Backend Users');
$I->click('Backend Users');
$I->switchToContentFrame();
$I->selectOption('div.module-docheader select.t3-js-jumpMenuBox', 'Backend user groups');
......
......@@ -29,8 +29,8 @@ class ListUserCest
{
$I->useExistingSession('admin');
$I->see('Backend users');
$I->click('Backend users');
$I->see('Backend Users');
$I->click('Backend Users');
$I->switchToContentFrame();
}
......
......@@ -10,7 +10,7 @@
<source>Here you can check the integrity of the database tables configured by the $TCA. For instance all records must belong to a page record. In addition the existence of uploaded files attached to records (normally residing in uploads/* folders) are verified as well. You can also get a view of the total pagetree including deleted pages. Finally you've got access to a global database search facility.&lt;br /&gt;&lt;em&gt;Access for 'admin' users only!&lt;/em&gt;</source>
</trans-unit>
<trans-unit id="mlang_tabs_tab" resname="mlang_tabs_tab">
<source>DB check</source>
<source>DB Check</source>
</trans-unit>
</body>
</file>
......
......@@ -10,7 +10,7 @@
<source>This module allows you to customize your backend user profile. Here you can change your active system language, name and email address. You may also configure other general features in the system.</source>
</trans-unit>
<trans-unit id="mlang_tabs_tab" resname="mlang_tabs_tab">
<source>User settings</source>
<source>User Settings</source>
</trans-unit>
</body>
</file>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment