sw/source/ui/dbui/dbinsdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7cef9ea98537f990aa9d0b8e9a7f3ed5f1d5d228
Author:     Simon Chenery <simon_chen...@yahoo.com>
AuthorDate: Fri May 2 21:59:07 2025 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Wed May 14 11:26:00 2025 +0200

    tdf#164954 translate OSL_ENSURE warning message from German to English
    
    Change-Id: I33d12f11310eacecd1f1fdb6e6c2d56c5ae3faf1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184916
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>
    Tested-by: Jenkins

diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index f7391b1b05cd..ea5dc8b48dab 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -302,7 +302,7 @@ SwInsertDBColAutoPilot::SwInsertDBColAutoPilot( SwView& 
rView,
             }
             if( !m_aDBColumns.insert( std::move(pNew) ).second )
             {
-                OSL_ENSURE( false, "Spaltenname mehrfach vergeben?" );
+                OSL_ENSURE( false, "Column name given more than once?" );
             }
         }
     }

Reply via email to