diff --git a/typo3/sysext/beuser/Resources/Private/Language/locallang_mod.xlf b/typo3/sysext/beuser/Resources/Private/Language/locallang_mod.xlf index 4f53058d6f44a6505a20ce01bdbd9b975c479eab..7558dd3c2e5204579a94ac86cba9101fe78244df 100644 --- a/typo3/sysext/beuser/Resources/Private/Language/locallang_mod.xlf +++ b/typo3/sysext/beuser/Resources/Private/Language/locallang_mod.xlf @@ -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> diff --git a/typo3/sysext/core/Resources/Private/Language/locallang_mod_admintools.xlf b/typo3/sysext/core/Resources/Private/Language/locallang_mod_admintools.xlf index 818fceb04a0c5f812d3de55ae8fc87d57243d797..001579b440e3d5c7cd079f9d68868356bbabab9c 100644 --- a/typo3/sysext/core/Resources/Private/Language/locallang_mod_admintools.xlf +++ b/typo3/sysext/core/Resources/Private/Language/locallang_mod_admintools.xlf @@ -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> diff --git a/typo3/sysext/core/Resources/Private/Language/locallang_mod_usertools.xlf b/typo3/sysext/core/Resources/Private/Language/locallang_mod_usertools.xlf index 7eeeb4b528b60b12065af613f5b95c7eaaac439a..94d8f596f377388e6d8733c25d8eff319fba303f 100644 --- a/typo3/sysext/core/Resources/Private/Language/locallang_mod_usertools.xlf +++ b/typo3/sysext/core/Resources/Private/Language/locallang_mod_usertools.xlf @@ -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> diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/CompareUserCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/CompareUserCest.php index 7d6cbee5774d8d3ef1cd34dcbadaa8b82ba7c24b..cf60448fe96e8c971be8a71104b3495daabe2533 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/CompareUserCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/CompareUserCest.php @@ -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(); } diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListGroupCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListGroupCest.php index cf40df7aa93dcdd158a7e6323ab38526d4a1aff3..38df2f2c051e8c1687ecad43dcb019237062ec57 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListGroupCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListGroupCest.php @@ -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'); diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php index 327d29e65c7d10bcd3eeceaffa0672b757b17a1b..aa790f072ec8ab33b4c8941c90299b61e855e40a 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php @@ -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(); } diff --git a/typo3/sysext/lowlevel/Resources/Private/Language/locallang_mod.xlf b/typo3/sysext/lowlevel/Resources/Private/Language/locallang_mod.xlf index 0e3bd6c181e5ac860a85939dc14688f43ea01311..597cc632596503d58211be1d68f1440f00bc84b5 100644 --- a/typo3/sysext/lowlevel/Resources/Private/Language/locallang_mod.xlf +++ b/typo3/sysext/lowlevel/Resources/Private/Language/locallang_mod.xlf @@ -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.<br /><em>Access for 'admin' users only!</em></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> diff --git a/typo3/sysext/setup/Resources/Private/Language/locallang_mod.xlf b/typo3/sysext/setup/Resources/Private/Language/locallang_mod.xlf index 76b4460c090de5049ea7101bc1e6240577036d92..650f069c191b2a5b1b509cb365c300ec159f4313 100644 --- a/typo3/sysext/setup/Resources/Private/Language/locallang_mod.xlf +++ b/typo3/sysext/setup/Resources/Private/Language/locallang_mod.xlf @@ -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>