fix language strings (#434)

This commit is contained in:
aStonedPenguin 2023-07-27 12:09:32 -07:00 committed by GitHub
parent 32492a57a1
commit 5d7db74761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -935,10 +935,10 @@ if(CLIENT)then
language.Add( "Tool.advdupe2.desc", "Duplicate things." )
language.Add( "Tool.advdupe2.0", "Primary: Paste, Secondary: Copy, Secondary+World: Select/Deselect All, Secondary+Shift: Area copy." )
language.Add( "Tool.advdupe2.1", "Primary: Paste, Secondary: Copy an area, Reload: Autosave an area, Secondary+Shift: Cancel." )
language.Add( "Undone.AdvDupe2", "Undone AdvDupe2 paste" )
language.Add( "Cleanup.AdvDupe2", "Adv. Duplications" )
language.Add( "Cleaned.AdvDupe2", "Cleaned up all Adv. Duplications" )
language.Add( "SBoxLimit.AdvDupe2", "You've reached the Adv. Duplicator limit!" )
language.Add( "Undone_AdvDupe2", "Undone AdvDupe2 paste" )
language.Add( "Cleanup_AdvDupe2", "AdvDupe2 Duplications" )
language.Add( "Cleaned_AdvDupe2", "Cleaned up all AdvDupe2 Duplications" )
language.Add( "SBoxLimit_AdvDupe2", "You've reached the AdvDupe2 Duplicator limit!" )
CreateClientConVar("advdupe2_offset_world", 0, false, true)
CreateClientConVar("advdupe2_offset_z", 0, false, true)