Skip to content

Commit

Permalink
change strings to aliases in ui.cfg F5 menu for project-imprimis#18
Browse files Browse the repository at this point in the history
  • Loading branch information
b-sharman committed Feb 28, 2021
1 parent 90e7fba commit 7a7b31c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions config/lang_en.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ uistr_fkey_37 = "Water 3"
uistr_fkey_38 = "Water 4"
uistr_fkey_39 = "Show Material Volumes"
uistr_fkey_40 = "Material Volume"
//F5: save map
uistr_fkey_41 = "Save Map"
uistr_fkey_42 = "Save"


///////////////////////////////////////////////////////////////////////////////
// game.cfg //
Expand Down
4 changes: 2 additions & 2 deletions config/ui/fkey.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ UImenu "savemap" [
uifield UI_mapname 32 [] 0.7 style_generic_focus
]
uifill 0 0.025
UIbutton "" [uitext "Save" 0.6] 0.12 0.06 [savemap $UI_mapname]
UIbutton "" [uitext $uistr_fkey_41 0.6] 0.12 0.06 [savemap $UI_mapname]
]
]
] [] [] [] "Save Map"
] [] [] [] $uistr_fkey_42

///////////////////////////////////////////////////////////////////////////////
// F6 Map Browser //
Expand Down

0 comments on commit 7a7b31c

Please sign in to comment.