tweak(grammar): Correct multiple instances of incorrect "its" usage (#30640)
This commit is contained in:
parent
3922550233
commit
1459af098c
|
|
@ -9,5 +9,5 @@ advertisement-lawdrobe-8 = You or a loved one hurt by Nanotrasen? Too bad!
|
|||
thankyou-lawdrobe-1 = You can win any case in that outfit!
|
||||
thankyou-lawdrobe-2 = Get one for your client as well!
|
||||
thankyou-lawdrobe-3 = Win or lose, you get paid either way!
|
||||
thankyou-lawdrobe-4 = Remember: Its only illegal if you get caught!
|
||||
thankyou-lawdrobe-4 = Remember: It's only illegal if you get caught!
|
||||
thankyou-lawdrobe-5 = OBJECTION! That outfit is too cool for court!
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id: MobWatcherBase
|
||||
parent: [ SimpleSpaceMobBase, FlyingMobBase ]
|
||||
abstract: true
|
||||
description: It's like its staring right through you.
|
||||
description: It's like it's staring right through you.
|
||||
components:
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
|
|
|
|||
|
|
@ -869,7 +869,7 @@
|
|||
parent: DrinkBottlePlasticBaseFull
|
||||
id: DrinkGreenTeaJug
|
||||
name: green tea jug
|
||||
description: its like tea... but green! great for settling the stomach.
|
||||
description: It's like tea... but green! great for settling the stomach.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@
|
|||
parent: EncryptionKey
|
||||
id: EncryptionKeyFreelance
|
||||
name: freelancer encryption key
|
||||
description: An encryption key used by freelancers, who may or may not have an affiliation. It looks like its worn out.
|
||||
description: An encryption key used by freelancers, who may or may not have an affiliation. It looks like it's worn out.
|
||||
components:
|
||||
- type: EncryptionKey
|
||||
channels:
|
||||
|
|
|
|||
|
|
@ -1175,7 +1175,7 @@
|
|||
parent: BaseSign
|
||||
id: SignSomethingOld
|
||||
name: old sign
|
||||
description: Technical information of some sort, shame its too worn-out to read.
|
||||
description: Technical information of some sort, shame it's too worn-out to read.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: something-old1
|
||||
|
|
@ -1184,7 +1184,7 @@
|
|||
parent: BaseSign
|
||||
id: SignSomethingOld2
|
||||
name: old sign
|
||||
description: Looks like a planet crashing by some station above it. Its kinda scary.
|
||||
description: Looks like a planet crashing by some station above it. It's kinda scary.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: something-old2
|
||||
|
|
|
|||
Loading…
Reference in New Issue