vcl/source/control/calendar.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 60889b7326d06c1fbfe146756d664b8f9ee7cc21
Author:     Chris Sherlock <chris.sherloc...@gmail.com>
AuthorDate: Wed Oct 9 22:25:25 2024 +1100
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Nov 15 14:50:15 2024 +0100

    tdf#39468 vcl: translate German comments in control/calendar.cxx
    
    Change-Id: I6d741a7b1da28f0111df1b1947e510d595d282dd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174718
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/vcl/source/control/calendar.cxx b/vcl/source/control/calendar.cxx
index 583ad5ca1235..82ccb07f1754 100644
--- a/vcl/source/control/calendar.cxx
+++ b/vcl/source/control/calendar.cxx
@@ -103,11 +103,11 @@ void Calendar::ImplInit( WinBits nWinStyle )
     SetFirstDate( maCurDate );
     ImplCalendarSelectDate( mpSelectTable.get(), maCurDate, true );
 
-    // Sonstige Strings erzeugen
+    // generate other strings
     maDayText = VclResId(STR_SVT_CALENDAR_DAY);
     maWeekText = VclResId(STR_SVT_CALENDAR_WEEK);
 
-    // Tagestexte anlegen
+    // create text for each day
     for (sal_Int32 i = 0; i < 31; ++i)
         maDayTexts[i] = OUString::number(i+1);
 

Reply via email to