formula/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 808c09b917e2e508c95a28668eb8c3c0bfa74763 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jan 11 13:28:53 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jan 11 15:30:18 2025 +0100 Fix typo Change-Id: I36544984d78ac8e5c4ebe33c5702f39709bc5d70 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180118 Tested-by: Julien Nabet <[email protected]> Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/formula/inc/strings.hrc b/formula/inc/strings.hrc index cbb59c6a8efc..1a97ec0f4b2b 100644 --- a/formula/inc/strings.hrc +++ b/formula/inc/strings.hrc @@ -30,6 +30,6 @@ #define RID_STR_SHRINK NC_("RID_STR_SHRINK", "Shrink") #define RID_STR_EXPAND NC_("RID_STR_EXPAND", "Expand") #define FAV_ENABLED NC_("FAV_ENABLED", "Add or remove function from favourites") -#define FAV_DISABLED NC_("FAV_DISABLED", "Extention functions can not be added to favourites") +#define FAV_DISABLED NC_("FAV_DISABLED", "Extension functions can not be added to favourites") /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
