mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-01-26 13:58:27 -06:00
Improve formatting
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user