diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-03-10 15:48:43 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-11 05:36:29 +0000 |
commit | f69235a6f6578f3280a28560f6297c8ee6b797b8 (patch) | |
tree | eda7ebf035fd3bce05c908efe62c508e3d600202 /cui | |
parent | bb3f9cc58d9cbd896722cc1b2d6b4d5e0f0ec433 (diff) |
Fix typo
Change-Id: Iaee1ae3085caa5a416f2129e218658c4ad8e531b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148647
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/inc/tipoftheday.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc index 2248f60562fd..5816a7de3676 100644 --- a/cui/inc/tipoftheday.hrc +++ b/cui/inc/tipoftheday.hrc @@ -44,7 +44,7 @@ * place new images at extra/source/tipoftheday and do not forget to add the files to vcl/Package_tipoftheday.mk * images are scaled to 150x150px; const ThumbSize() in tipoftheday.cxx * module - * use on of the options below; an overlay is drawn on the default image tipoftheday.png except for the generic soffice (and of course not if an image is set) + * use one of the options below; an overlay is drawn on the default image tipoftheday.png except for the generic soffice (and of course not if an image is set) */ enum tipModule : sal_uInt8 { swriter, scalc, sdraw, simpress, soffice }; |