Merge pull request #319 from blackmagic-consult/achievement-spacing
Added an additional digit to the hour slot, fixing minor spacing issue
This commit is contained in:
commit
a3ed115236
|
@ -17,7 +17,7 @@
|
||||||
passwordChar: *
|
passwordChar: *
|
||||||
|
|
||||||
dateTimeFormat: {
|
dateTimeFormat: {
|
||||||
short: MMM Do h:mm a
|
short: MMM Do hh:mm a
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
fullLoginSequenceOnelinerz: {
|
fullLoginSequenceOnelinerz: {
|
||||||
config: {
|
config: {
|
||||||
dateTimeFormat: ddd h:mma
|
dateTimeFormat: ddd hh:mma
|
||||||
}
|
}
|
||||||
0: {
|
0: {
|
||||||
mci: {
|
mci: {
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
|
|
||||||
mainMenuUserAchievementsEarned: {
|
mainMenuUserAchievementsEarned: {
|
||||||
config: {
|
config: {
|
||||||
dateTimeFormat: MMM Do h:mma
|
dateTimeFormat: MMM Do hh:mma
|
||||||
achievementsInfoFormat10: "|00|07\"|11{title}|07\""
|
achievementsInfoFormat10: "|00|07\"|11{title}|07\""
|
||||||
achievementsInfoFormat11: "|00|03{text}"
|
achievementsInfoFormat11: "|00|03{text}"
|
||||||
}
|
}
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
|
|
||||||
mainMenuLastCallers: {
|
mainMenuLastCallers: {
|
||||||
config: {
|
config: {
|
||||||
dateTimeFormat: MMM Do h:mma
|
dateTimeFormat: MMM Do hh:mma
|
||||||
}
|
}
|
||||||
mci: {
|
mci: {
|
||||||
VM1: {
|
VM1: {
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
|
|
||||||
mainMenuUserList: {
|
mainMenuUserList: {
|
||||||
config: {
|
config: {
|
||||||
dateTimeFormat: MMM Do h:mma
|
dateTimeFormat: MMM Do hh:mma
|
||||||
}
|
}
|
||||||
mci: {
|
mci: {
|
||||||
VM1: {
|
VM1: {
|
||||||
|
@ -222,7 +222,7 @@
|
||||||
|
|
||||||
mainMenuOnelinerz: {
|
mainMenuOnelinerz: {
|
||||||
config: {
|
config: {
|
||||||
dateTimeFormat: ddd h:mma
|
dateTimeFormat: ddd hh:mma
|
||||||
}
|
}
|
||||||
0: {
|
0: {
|
||||||
mci: {
|
mci: {
|
||||||
|
@ -609,7 +609,7 @@
|
||||||
|
|
||||||
fullLoginSequenceLastCallers: {
|
fullLoginSequenceLastCallers: {
|
||||||
config: {
|
config: {
|
||||||
dateTimeFormat: MMM Do h:mma
|
dateTimeFormat: MMM Do hh:mma
|
||||||
}
|
}
|
||||||
mci: {
|
mci: {
|
||||||
VM1: {
|
VM1: {
|
||||||
|
|
Loading…
Reference in New Issue