dbaccess/uiconfig/ui/copytablepage.ui |    3 +++
 sw/inc/AccessibilityCheckStrings.hrc  |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 0484a9a3f5e2ecb678f6fb41bbb251529e89c00d
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Mon Mar 6 15:58:57 2023 -0600
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Mar 6 23:48:05 2023 +0000

    tdf#150045 Spotted another secondary label
    
    Change-Id: Ic39bb5c61f01d340a1ce59ad320d94efdb341f14
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148369
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/dbaccess/uiconfig/ui/copytablepage.ui 
b/dbaccess/uiconfig/ui/copytablepage.ui
index c6eea4f00b61..e2e71e476413 100644
--- a/dbaccess/uiconfig/ui/copytablepage.ui
+++ b/dbaccess/uiconfig/ui/copytablepage.ui
@@ -164,6 +164,9 @@
                 <property name="width_chars">72</property>
                 <property name="max_width_chars">72</property>
                 <property name="xalign">0</property>
+                <attributes>
+                  <attribute name="scale" value="0.9"/>
+                </attributes>
               </object>
               <packing>
                 <property name="left_attach">0</property>
commit 0a45150c3da431bf0764b82fb109596880f4dbcb
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Mon Mar 6 14:56:47 2023 -0600
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Mar 6 23:47:57 2023 +0000

    The word “fake” is ambiguous
    
    Change-Id: I051c42904ff20d9d12f8821fcb7eedb3642276ab
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148366
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/inc/AccessibilityCheckStrings.hrc 
b/sw/inc/AccessibilityCheckStrings.hrc
index 089aac470033..bfd0557d8a98 100644
--- a/sw/inc/AccessibilityCheckStrings.hrc
+++ b/sw/inc/AccessibilityCheckStrings.hrc
@@ -15,14 +15,14 @@
 
 #define STR_NO_ALT                      NC_("STR_NO_ALT", "No alt text for 
graphic “%OBJECT_NAME%”.")
 #define STR_TABLE_MERGE_SPLIT           NC_("STR_TABLE_MERGE_SPLIT", "Table 
“%OBJECT_NAME%” contains merges or splits.")
-#define STR_FAKE_NUMBERING              NC_("STR_FAKE_NUMBERING", "Fake 
numbering “%NUMBERING%”.")
+#define STR_FAKE_NUMBERING              NC_("STR_FAKE_NUMBERING", "Simulated 
numbering “%NUMBERING%”.")
 #define STR_HYPERLINK_TEXT_IS_LINK      NC_("STR_HYPERLINK_TEXT_IS_LINK", 
"Hyperlink text is the same as the link address “%LINK%”.")
 #define STR_HYPERLINK_TEXT_IS_SHORT     NC_("STR_HYPERLINK_TEXT_IS_SHORT", 
"Hyperlink text is too short.")
 #define STR_TEXT_CONTRAST               NC_("STR_TEXT_CONTRAST", "Text 
contrast is too low.")
 #define STR_TEXT_BLINKING               NC_("STR_TEXT_BLINKING", "Blinking 
text.")
 #define STR_AVOID_FOOTNOTES             NC_("STR_AVOID_FOOTNOTES", "Avoid 
footnotes.")
-#define STR_AVOID_FAKE_FOOTNOTES        NC_("STR_AVOID_FAKE_FOOTNOTES", "Avoid 
fake footnotes.")
-#define STR_AVOID_FAKE_CAPTIONS         NC_("STR_AVOID_FAKE_CAPTIONS", "Avoid 
fake captions.")
+#define STR_AVOID_FAKE_FOOTNOTES        NC_("STR_AVOID_FAKE_FOOTNOTES", "Avoid 
simulated footnotes.")
+#define STR_AVOID_FAKE_CAPTIONS         NC_("STR_AVOID_FAKE_CAPTIONS", "Avoid 
simulated captions.")
 #define STR_AVOID_ENDNOTES              NC_("STR_AVOID_ENDNOTES", "Avoid 
endnotes.")
 #define STR_AVOID_BACKGROUND_IMAGES     NC_("STR_AVOID_BACKGROUND_IMAGES", 
"Avoid background images.")
 #define STR_AVOID_NEWLINES_SPACE        NC_("STR_AVOID_NEWLINES_SPACE", "Avoid 
newlines to create space.")

Reply via email to