Implemented cancel event confirmation, closes #5

This commit is contained in:
ElPumpo
2018-06-20 21:46:51 +02:00
parent e3dfd5a52a
commit 4d953bb4bb
8 changed files with 40 additions and 41 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
Locales['en'] = {
['skin_menu'] = 'Skin Menu',
['use_rotate_view'] = 'use ~INPUT_VEH_FLY_ROLL_LEFT_ONLY~ and ~INPUT_VEH_FLY_ROLL_RIGHT_ONLY~ to rotate the view.',
['skin'] = 'change skin',
['saveskin'] = 'save skin to a file',
['confirm_escape'] = 'do you want to cancel the skin changer? All changes go unsaved.',
['no'] = 'no',
['yes'] = 'yes',
}