cui/uiconfig/ui/optaccessibilitypage.ui | 2 +- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 35fd858c76ee1315bcbcb9ab0f23fd19619692b9 Author: Stanislav Horacek <stanislav.hora...@gmail.com> AuthorDate: Sun Mar 16 16:44:58 2025 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Sun Mar 16 19:48:47 2025 +0100 related tdf#157233: accessibility check is not online Change-Id: Ica677c9b4d6297c8023f7ba1689b96e45d76b7c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183008 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/cui/uiconfig/ui/optaccessibilitypage.ui b/cui/uiconfig/ui/optaccessibilitypage.ui index 52c27345fbad..17b12b00f81c 100644 --- a/cui/uiconfig/ui/optaccessibilitypage.ui +++ b/cui/uiconfig/ui/optaccessibilitypage.ui @@ -612,7 +612,7 @@ <object class="GtkLabel" id="label11"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="optaccessibilitypage|label11">Online Accessibility Check Options</property> + <property name="label" translatable="yes" context="optaccessibilitypage|label11">Accessibility Check Options</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 329d125aa39f..5358b7e3c20f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6219,10 +6219,10 @@ <prop oor:name="OnlineAccessibilityCheck" oor:type="xs:boolean" oor:nillable="false"> <info> <desc> - Enables online accessibility check, which checks for accessibility issues inside the document structure + Enables accessibility check, which checks for accessibility issues inside the document structure while the user edits the document. </desc> - <label>Enable/Disable online accessibility check.</label> + <label>Enable/Disable accessibility check.</label> </info> <value>false</value> </prop>