From 9e5ab4c31a83eb717fc41b8844f62c5a2b68b86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= Date: Thu, 15 Aug 2024 23:43:33 +0200 Subject: [PATCH] Update Options.rst Co-authored-by: Garvin Hicking --- Documentation/UserTsconfig/Options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/UserTsconfig/Options.rst b/Documentation/UserTsconfig/Options.rst index f8f355c..7e7dae1 100644 --- a/Documentation/UserTsconfig/Options.rst +++ b/Documentation/UserTsconfig/Options.rst @@ -538,7 +538,7 @@ file_list.primaryActions .. code-block:: tsconfig :caption: EXT:site_package/Configuration/user.tsconfig - # This will add "copy", "cut" and "replace" buttons to the three default + # This will add "copy", "cut" and "replace" buttons in addition to the three default # values. "translations" can be omit, as it will be added by default, # if a TYPO3 site is set up multilingual. options.file_list.primaryActions = view,metadata,delete,copy,cut,replace