From 73fde0698cea0b9954c8b8f32fae9e3be7dd2dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Mon, 15 Jul 2024 19:44:54 +0200 Subject: [PATCH] Add translation for UI message in source comments --- drw/wall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drw/wall.go b/drw/wall.go index 5945b3e..89b2774 100644 --- a/drw/wall.go +++ b/drw/wall.go @@ -169,7 +169,7 @@ func DrawWall() { Wall.Clear() w, h := Wall.Size() if w < maxMonthWidth+2*smallGap || h < maxMonthHeight+2*smallGap+titleHeight { - wrappedText("Екран је премали за календар.", Wall, DefStyle) + wrappedText("Екран је премали за календар.", Wall, DefStyle) // The screen is too small for the calender return } monthsWide = (w - 2*smallGap + largeGap) / (maxMonthWidth + largeGap)