Add translation for UI message in source comments
This commit is contained in:
parent
62c969b015
commit
73fde0698c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue