sc/inc/globstr.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 46f7dcc5f499892ef093147b3f739c258bbf6b81 Author: Thorsten Behrens <[email protected]> AuthorDate: Thu Jul 25 08:28:46 2024 +0200 Commit: Thorsten Behrens <[email protected]> CommitDate: Sun Jul 28 23:07:17 2024 +0200 related tdf#115474: improve warning msg for slow autoformat Perhaps this alerts users that they've unintentionally selected a very large range (Ctrl-A vs. Ctrl-End for selecting content)? Change-Id: I8d60cf6186d1faf94c58684cad2ead49381819d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170995 Reviewed-by: Thorsten Behrens <[email protected]> Tested-by: Jenkins diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index b7e695404743..9a5409300f8c 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -271,7 +271,7 @@ #define STR_PRINT NC_("STR_PRINT", "Print") #define STR_INVALID_AFAREA NC_("STR_INVALID_AFAREA", "To apply an AutoFormat, a table range of at least 3 × 3 cells must be selected.") #define STR_AUTOFORMAT_WAIT_WARNING_TITLE NC_("STR_AUTOFORMAT_WAIT_WARNING_TITLE", "") -#define STR_AUTOFORMAT_WAIT_WARNING NC_("STR_AUTOFORMAT_WAIT_WARNING", "Applying AutoFormat to the selected range may take a long time. Do you want to proceed?") +#define STR_AUTOFORMAT_WAIT_WARNING NC_("STR_AUTOFORMAT_WAIT_WARNING", "Applying AutoFormat to the selected range (more than one million cells) may take a long time. Do you want to proceed?") #define STR_OPTIONAL NC_("STR_OPTIONAL", "(optional)") #define STR_REQUIRED NC_("STR_REQUIRED", "(required)") #define STR_NOTES NC_("STR_NOTES", "Comments")
