From 4140e8553a2e59045afcf1d4c7287f229f547189 Mon Sep 17 00:00:00 2001
From: Georg Ringer <georg.ringer@gmail.com>
Date: Sat, 8 Jun 2024 09:37:42 +0200
Subject: [PATCH] [TASK] Improve info text for backend layouts with no colPos
 assigned
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

As the editor doesn't know anything about the name "colPos" the text is
changed.

Resolves: #99014
Releases: main, 12.4
Change-Id: I758f53896b3a16f8d8b9ac94c9290ac9cebf9d21
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84527
Reviewed-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Garvin Hicking <gh@faktor-e.de>
Reviewed-by: Jasmina Ließmann <minapokhalo+typo3@gmail.com>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Jasmina Ließmann <minapokhalo+typo3@gmail.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 .../backend/Resources/Private/Language/locallang_layout.xlf   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typo3/sysext/backend/Resources/Private/Language/locallang_layout.xlf b/typo3/sysext/backend/Resources/Private/Language/locallang_layout.xlf
index 645305dd8619..4e0926daba8b 100644
--- a/typo3/sysext/backend/Resources/Private/Language/locallang_layout.xlf
+++ b/typo3/sysext/backend/Resources/Private/Language/locallang_layout.xlf
@@ -172,10 +172,10 @@
 				<source>Not assigned</source>
 			</trans-unit>
 			<trans-unit id="emptyColPos" resname="emptyColPos">
-				<source>Empty Colpos</source>
+				<source>Empty section</source>
 			</trans-unit>
 			<trans-unit id="emptyColPos.message" resname="emptyColPos.message">
-				<source>This column has no "colPos". This is only for display Purposes.</source>
+				<source>This section is only for display purposes, no "colPos" configuration is set.</source>
 			</trans-unit>
 			<trans-unit id="unusedColPos" resname="unusedColPos">
 				<source>Unused</source>
-- 
GitLab