fix(backgrounds): Frigid, not Snowy, Peak

This commit is contained in:
Sabe Jones 2015-01-05 16:41:23 -06:00
parent 0bfc5b37c0
commit 285ff6228c
3 changed files with 5 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -60,8 +60,8 @@
"backgrounds012015": "SET 8: Released January 2015",
"backgroundIceCaveText": "Ice Cave",
"backgroundIceCaveNotes": "Descend into an Ice Cave.",
"backgroundSnowyPeakText": "Snowy Peak",
"backgroundSnowyPeakNotes": "Summit a Snowy Peak.",
"backgroundFrigidPeakText": "Frigid Peak",
"backgroundFrigidPeakNotes": "Summit a Frigid Peak.",
"backgroundSnowyPinesText": "Snowy Pines",
"backgroundSnowyPinesNotes": "Shelter amid Snowy Pines."
}

View file

@ -1465,9 +1465,9 @@ api.backgrounds =
ice_cave:
text: t('backgroundIceCaveText')
notes: t('backgroundIceCaveNotes')
snowy_peak:
text: t('backgroundSnowyPeakText')
notes: t('backgroundSnowyPeakNotes')
frigid_peak:
text: t('backgroundFrigidPeakText')
notes: t('backgroundFrigidPeakNotes')
snowy_pines:
text: t('backgroundSnowyPinesText')
notes: t('backgroundSnowyPinesNotes')