mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
fix language strings (#434)
This commit is contained in:
parent
32492a57a1
commit
5d7db74761
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user