diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-31 16:13:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-08-02 23:02:43 +0200 |
commit | 23d421184eaf155a492463c8ee192dbfa38e18ed (patch) | |
tree | 48c703f9c11357db42abb3ff937ed01fcb8870bd /vcl | |
parent | 32d13514951be9be9b18448b88404465448ba02b (diff) |
Fix typo
Change-Id: I37b7b8458a59e32c1ab86ddd6ab8b0b4e0a3aa7a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171328
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/settings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index ba2901e11ec4..38ea04d4d4ba 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -2900,7 +2900,7 @@ bool MiscSettings::GetUseReducedAnimation() return pDefWindow->ImplGetFrame()->GetUseReducedAnimation(); } -// tdf#115688: Let the user choose in the accessability option page ("Tools" --> "Options" --> "Accessibility --> "Allow other animations") if the "marching ants" animation is allowed. +// tdf#115688: Let the user choose in the accessibility option page ("Tools" --> "Options" --> "Accessibility --> "Allow other animations") if the "marching ants" animation is allowed. // tdf#161765: Let the user choose which animation settings to use: OS's / LO's // New options: "System"/"No"/"Yes". // Do respect OS's animation setting if the user has selected the option "System" |