Skip to content

Commit

Permalink
Update Language Function to match Template
Browse files Browse the repository at this point in the history
Update Language Function to match Template
  • Loading branch information
rcmaehl committed May 15, 2019
1 parent b5e885c commit b600740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Includes/_GetLanguage.au3
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ Func _LoadLanguage($sPath = @OSLang)
Global $_sLang_SpecsMobo = IniRead($sPath, "Specs", "Motherboard" , "Motherboard" )
Global $_sLang_SpecsCPU = IniRead($sPath, "Specs", "CPU" , "CPU" )
Global $_sLang_SpecsRAM = IniRead($sPath, "Specs", "RAM" , "RAM" )
Global $_sLang_SpecsGPU = IniRead($sPath, "Specs", "GPU" , "GPU" )
Global $_sLang_SpecsGPU = IniRead($sPath, "Specs", "GPU" , "GPU(s)" )
#EndRegion

#Region ; About Tab
Expand All @@ -577,6 +577,7 @@ Func _LoadLanguage($sPath = @OSLang)
#EndRegion

#Region ; Drop Downs
Global $_sLang_AllocOff = IniRead($sPath, "Dropdowns", "Disabled" , "Disabled" )
Global $_sLang_AllocAll = IniRead($sPath, "Dropdowns", "All Cores" , "All Cores" )
Global $_sLang_AllocFirst = IniRead($sPath, "Dropdowns", "First Core" , "First Core" )
Global $_sLang_AllocFirstTwo = IniRead($sPath, "Dropdowns", "First Two Cores" , "First 2 Cores" )
Expand Down

0 comments on commit b600740

Please sign in to comment.