Changed "year" to "Years"

This commit is contained in:
2026-02-14 18:56:27 +02:00
parent 65d7cf9d58
commit 858c72011a

View File

@@ -82,12 +82,12 @@ Dialog {
{ {
Button Button
{ {
text: "Month" text: "Months"
} }
Button Button
{ {
text: "Year" text: "Years"
} }
} }
} }