diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-07-31 12:18:09 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-08-02 01:13:07 +0200 |
commit | a454ee60efcb4eb3401d3c6b5196155375452993 (patch) | |
tree | ed525f39211b646dc168095470448727e9da5a9a /svx/uiconfig/ui | |
parent | ac8fd70e4e23d12857f766a4918747bbc5a7cb9b (diff) |
Add translator comment to clarify meaning of the Fix button
Change-Id: I9e792bb27523a2daf6afca00ad1c210e6b274573
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155087
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/accessibilitycheckentry.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/accessibilitycheckentry.ui b/svx/uiconfig/ui/accessibilitycheckentry.ui index 3bf122c0b70f..1eb5511cfd1d 100644 --- a/svx/uiconfig/ui/accessibilitycheckentry.ui +++ b/svx/uiconfig/ui/accessibilitycheckentry.ui @@ -46,7 +46,7 @@ </child> <child> <object class="GtkButton" id="accessibilityCheckEntryFixButton"> - <property name="label" translatable="yes" context="accessibilitycheckentry|accessibilityCheckEntryFixButton">Fix</property> + <property name="label" translatable="yes" context="accessibilitycheckentry|accessibilityCheckEntryFixButton" comments="This is a verb. Push this button to quickly fix an a11y problem.">Fix</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> |