cui/uiconfig/ui/macromanagerdialog.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ca0c22b6f3bf4a26036e842afc91e6db95dd2ab
Author:     Andras Timar <[email protected]>
AuthorDate: Wed Feb 25 21:46:46 2026 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Feb 27 09:16:10 2026 +0100

    Fix duplicate translatable message contexts in .ui files
    
    Several .ui files had copy-pasted translatable properties with context
    attributes referencing a different dialog's name, causing duplicate
    message definitions in the generated .pot files. This made msgmerge
    reject cui/messages.pot (4 duplicates) and sw/messages.pot
    (5 duplicates).
    
    Fix each context to use the correct dialog name prefix matching the
    file the widget actually lives in.
    
    Change-Id: I7eab88238b8eae6a522fd4787c02d80b2fed7ebf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200545
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/cui/uiconfig/ui/macromanagerdialog.ui 
b/cui/uiconfig/ui/macromanagerdialog.ui
index b65f8390d750..0ac50ac95c8c 100644
--- a/cui/uiconfig/ui/macromanagerdialog.ui
+++ b/cui/uiconfig/ui/macromanagerdialog.ui
@@ -517,7 +517,7 @@
                     <property name="visible">True</property>
                     <property name="can-focus">False</property>
                     <property name="margin-bottom">6</property>
-                    <property name="label" translatable="yes" 
context="macroselectordialog|label1">_Description</property>
+                    <property name="label" translatable="yes" 
context="macromanagerdialog|label1">_Description</property>
                     <property name="use-underline">True</property>
                     <property name="mnemonic-widget">description</property>
                     <property name="xalign">0</property>

Reply via email to