diff --git a/img/sprites/spritesmith/backgrounds/background_snowy_peak.png b/img/sprites/spritesmith/backgrounds/background_frigid_peak.png similarity index 100% rename from img/sprites/spritesmith/backgrounds/background_snowy_peak.png rename to img/sprites/spritesmith/backgrounds/background_frigid_peak.png diff --git a/locales/en/backgrounds.json b/locales/en/backgrounds.json index c921c4558a..3f8d857be6 100644 --- a/locales/en/backgrounds.json +++ b/locales/en/backgrounds.json @@ -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." } diff --git a/script/content.coffee b/script/content.coffee index 602dd5280d..c8ce8bcf7b 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -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')