mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
Use Voltcom9's suggestions for chapter titles in Phase 1
Also more consistently refer to the Phase 1 segments as chapters. It's just another small bit of distancing from Doom.
This commit is contained in:
parent
b15154cfa5
commit
7356fe4dfa
2 changed files with 13 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2013
|
||||
# Copyright (c) 2013-2014
|
||||
# Contributors to the Freedoom project. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -101,7 +101,7 @@ white_graphics = {
|
|||
|
||||
blue_graphics = {
|
||||
'm_disopt': 'DISPLAY OPTIONS',
|
||||
'm_episod': 'Choose Episode:',
|
||||
'm_episod': 'Choose Chapter:',
|
||||
'm_optttl': 'OPTIONS',
|
||||
'm_skill': 'Choose Skill Level:',
|
||||
}
|
||||
|
@ -120,9 +120,9 @@ red_graphics = {
|
|||
'm_quitg': 'Quit Game',
|
||||
|
||||
'm_newg': 'NEW GAME',
|
||||
'm_epi1': 'First Episode',
|
||||
'm_epi2': 'Second Episode',
|
||||
'm_epi3': 'Third Episode',
|
||||
'm_epi1': 'Outpost Outbreak',
|
||||
'm_epi2': 'Military Labs',
|
||||
'm_epi3': 'Event Horizon',
|
||||
'm_epi4': 'Double Impact',
|
||||
|
||||
'm_jkill': 'Please don\'t kill me!',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue