Skip to content

Commit

Permalink
[BUGFIX] Properly use file name argument in locallang label
Browse files Browse the repository at this point in the history
The ExtendedFileUtility component provides the file
name as argument for the `fileNotDeletedHasReferences`
label. This information is now displayed correctly by
adding the missing placeholder to the label.

Resolves: #103091
Releases: main, 12.4
Change-Id: Ic9e40034bdf4f3d14e874014210e5d22235cd8c8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82875
Tested-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Andreas Kienast <a.fernandez@scripting-base.de>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Jochen Roth <rothjochen@gmail.com>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Jochen Roth <rothjochen@gmail.com>
  • Loading branch information
o-ba committed Feb 9, 2024
1 parent fb2cbb5 commit 3495170
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1017,7 +1017,7 @@ Do you want to refresh it now?</source>
<source>File not deleted</source>
</trans-unit>
<trans-unit id="message.description.fileNotDeletedHasReferences" resname="message.description.fileNotDeletedHasReferences">
<source>The file cannot be deleted since it is still used at the following places</source>
<source>The file "%s" cannot be deleted since it is still used at the following places</source>
</trans-unit>
<trans-unit id="message.header.folderNotDeletedHasFilesWithReferences" resname="message.header.folderNotDeletedHasFilesWithReferences">
<source>Folder not deleted</source>
Expand Down

0 comments on commit 3495170

Please sign in to comment.