From fabd10f2441c5cb04c31d272a89ce728aef122a3 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Mon, 20 Dec 2021 16:55:44 +0100 Subject: [PATCH] [TASK] Change wording to "database records" Avoid dash between the two words. Resolves: #96401 Releases: main Change-Id: If3455598e643f1304400aa2271733bb5f69df0aa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72742 Tested-by: Benni Mack <benni@typo3.org> Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by: core-ci <typo3@b13.com> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Benni Mack <benni@typo3.org> Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> --- .../core/Resources/Private/Language/locallang_mod_web_list.xlf | 2 +- typo3/sysext/recordlist/README.rst | 2 +- typo3/sysext/recordlist/composer.json | 2 +- typo3/sysext/recordlist/ext_emconf.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf b/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf index dfde0a2f0665..821c8354319f 100644 --- a/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf +++ b/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf @@ -4,7 +4,7 @@ <header/> <body> <trans-unit id="mlang_labels_tablabel" resname="mlang_labels_tablabel"> - <source>List of database-records</source> + <source>List of database records</source> </trans-unit> <trans-unit id="mlang_labels_tabdescr" resname="mlang_labels_tabdescr"> <source>The Web>List module provides low level access to records appearing on a page.</source> diff --git a/typo3/sysext/recordlist/README.rst b/typo3/sysext/recordlist/README.rst index 7d3afbae92da..f96fd96498a7 100644 --- a/typo3/sysext/recordlist/README.rst +++ b/typo3/sysext/recordlist/README.rst @@ -6,7 +6,7 @@ TYPO3 CMS Recordlist (typo3/cms-recordlist) =========================================== -List of database-records in the TYPO3 backend module Web>List. +List of database records in the TYPO3 backend module Web>List. :Repository: https://github.com/typo3/typo3 :Issues: https://forge.typo3.org/ diff --git a/typo3/sysext/recordlist/composer.json b/typo3/sysext/recordlist/composer.json index 7d7bea2efaed..5b096c916706 100644 --- a/typo3/sysext/recordlist/composer.json +++ b/typo3/sysext/recordlist/composer.json @@ -1,7 +1,7 @@ { "name": "typo3/cms-recordlist", "type": "typo3-cms-framework", - "description": "TYPO3 CMS Recordlist - List of database-records in the TYPO3 backend module Web>List.", + "description": "TYPO3 CMS Recordlist - List of database records in the TYPO3 backend module Web>List.", "homepage": "https://typo3.org", "license": ["GPL-2.0-or-later"], "authors": [{ diff --git a/typo3/sysext/recordlist/ext_emconf.php b/typo3/sysext/recordlist/ext_emconf.php index a419ef0724d9..7fe7dcf2ff9b 100644 --- a/typo3/sysext/recordlist/ext_emconf.php +++ b/typo3/sysext/recordlist/ext_emconf.php @@ -2,7 +2,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'TYPO3 CMS Recordlist', - 'description' => 'List of database-records in the TYPO3 backend module Web>List.', + 'description' => 'List of database records in the TYPO3 backend module Web>List.', 'category' => 'module', 'state' => 'stable', 'clearCacheOnLoad' => 0, -- GitLab