[Libreoffice-commits] core.git: svx/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 31 18:14:41 UTC 2020


 svx/uiconfig/ui/findreplacedialog.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a39a107af190cac7105b1dafdd7ec088881e8da6
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Aug 31 12:39:16 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Aug 31 20:13:51 2020 +0200

    Resolves: tdf#123825 reassign mnemonic for Diacritic-sensitive
    
    since....
    
    commit beeef93480fae65840646e4e36aa888efe92579a
    Date:   Tue Mar 8 19:54:57 2016 +0530
    
    the "Search For" label is invisible
    
    so the _S can be safely removed from that and assigned to Diacritic-sensitive
    instead, removing the dup _r assignment leaving only Replace using _r
    
    Change-Id: I66b780363d207876354a4cbfd29e9ce8104d467f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101725
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui
index 4b8dfdb1371e..cee932875ea8 100644
--- a/svx/uiconfig/ui/findreplacedialog.ui
+++ b/svx/uiconfig/ui/findreplacedialog.ui
@@ -325,7 +325,7 @@
                 <child type="label">
                   <object class="GtkLabel" id="label1">
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes" context="findreplacedialog|label1">_Search For</property>
+                    <property name="label" translatable="yes" context="findreplacedialog|label1">Search For</property>
                     <property name="use_underline">True</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
@@ -836,7 +836,7 @@
                                 </child>
                                 <child>
                                   <object class="GtkCheckButton" id="includediacritics">
-                                    <property name="label" translatable="yes" context="findreplacedialog|includediacritics">Diac_ritic-sensitive</property>
+                                    <property name="label" translatable="yes" context="findreplacedialog|includediacritics">Diacritic-_sensitive</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>


More information about the Libreoffice-commits mailing list