Skip to content

Commit

Permalink
change strings to aliases in ui.cfg F2 menu for project-imprimis#18
Browse files Browse the repository at this point in the history
  • Loading branch information
b-sharman committed Feb 25, 2021
1 parent 6fa5c45 commit 5a02b50
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions config/lang_en.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ uistr_fkey_16 = "Add Entity - Light"
uistr_fkey_17 = "Angle"
uistr_fkey_18 = "Add Entity - Spotlight"
uistr_fkey_19 = "Add Entity - Particles"
//F2: texture browser
uistr_fkey_20 = "Listed"
uistr_fkey_21 = "Utilized"
uistr_fkey_22 = "Replaced"
uistr_fkey_23 = "Allfaces"
uistr_fkey_24 = "Texture Browser"

///////////////////////////////////////////////////////////////////////////////
// game.cfg //
Expand Down
12 changes: 6 additions & 6 deletions config/ui/fkey.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ UImenu "texture_browser" [
uialign 0 -1
uiclamp 1 1 1 1
UIvtab 0.2 (*f 0.048 3) UI_textabs [
0 "Listed" [] // Listed Registered Cataloged
1 "Utilized" [] // Used Utilized
2 "Replace" []
0 $uistr_fkey_20 [] // Listed Registered Cataloged
1 $uistr_fkey_21 [] // Used Utilized
2 $uistr_fkey_22 []
] 1
uialign- 0 -1
UIbutton "hold2" [
UIcheckbox $allfaces 0.016
uitext "Allfaces" 0.6
uitext $uistr_fkey_23 0.6
UI_keyref 2 0.027 0.027 "6"
] 0.2 0.04 [allfaces (! $allfaces)]
uialign- 0 1
Expand Down Expand Up @@ -195,11 +195,11 @@ UImenu "texture_browser" [
UIvscroll 0.02 0.7495 3.0225
] 2 [//Replace///////////////////////////////////////////////////////////////////////////////
uifill 1.232875 0.7495 [
UIbutton "" [uitext "ToDo" 0.8] 0.25 0.1 [hidetopui]
UIbutton "" [uitext $uistr_unfinished 0.8] 0.25 0.1 [hidetopui]
]
]
]
] [] [] [] "Texture Browser"
] [] [] [] $uistr_fkey_24

///////////////////////////////////////////////////////////////////////////////
// F3 Mapmodel //
Expand Down

0 comments on commit 5a02b50

Please sign in to comment.