Improve formatting

This commit is contained in:
NovaFox161
2021-12-05 20:48:43 -06:00
parent 4edc911684
commit 87632c5baa
3 changed files with 10 additions and 10 deletions

View File

@@ -149,7 +149,7 @@ object EventEmbed : EmbedMaker {
if (warnings.isNotEmpty()) {
val warnText = """```fix
${warnings.joinToString("\n")}
```""".trimIndent()
```""".trimMargin()
builder.addField(getMessage("event", "wizard.field.warnings", settings), warnText, false)
}

View File

@@ -7,12 +7,12 @@ link.footer.default=View the entire calendar with events by clicking the title
link.footer.update=Last Update
wizard.title=Calendar Wizard
wizard.field.name=* Name
wizard.field.name=\u2666 Name
wizard.field.description=Description
wizard.field.timezone=* Time Zone
wizard.field.timezone=\u2666 Time Zone
wizard.field.host=Host
wizard.field.id=Calendar ID
wizard.footer=* Required Information
wizard.footer=\u2666 Required Information
addCal.code.title=User Authorization
addCal.code.field.code=Code

View File

@@ -13,16 +13,16 @@ con.footer=Event ID: {0}
wizard.title=Event Wizard
wizard.field.name=Name
wizard.field.desc=Description
wizard.field.start=\u1F53B Start
wizard.field.end=\u1F53B End
wizard.field.start=\u2666 Start
wizard.field.end=\u2666 End
wizard.field.timezone=Timezone
wizard.field.recurrence=Recurrence
wizard.field.location=Location
wizard.field.id=Event ID
wizard.field.calendar=Calendar
wizard.field.warnings=\u26A0 Warnings
wizard.footer=\u1F53B Required Information
wizard.footer=\u2666 Required Information
warning.wizard.past=Better get your time machine ready, this event is scheduled for the past.
warning.wizard.veryLong=It appears the event is scheduled for over 30 days, are you sure you want this?
warning.wizard.noName=A name has not been set. It's optional, but strongly recommended to set one.
warning.wizard.past=- Better get your time machine ready, this event is scheduled for the past.
warning.wizard.veryLong=- It appears the event is scheduled for over 30 days, are you sure you want this?
warning.wizard.noName=- A name has not been set. It's optional, but strongly recommended to set one.