From c04f71728eda8a74f1057608d28195f395ef1a02 Mon Sep 17 00:00:00 2001 From: Brandon Hu <103440971+Brandon-Huu@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:09:01 +0000 Subject: [PATCH] tweak(grammar): Correct multiple instances of incorrect "its" usage (#30640) --- Resources/Locale/en-US/advertisements/vending/lawdrobe.ftl | 2 +- Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml | 2 +- .../Entities/Objects/Consumable/Drinks/drinks_bottles.yml | 2 +- .../Prototypes/Entities/Objects/Devices/encryption_keys.yml | 2 +- .../Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Locale/en-US/advertisements/vending/lawdrobe.ftl b/Resources/Locale/en-US/advertisements/vending/lawdrobe.ftl index d91ca5e3df..5473f162da 100644 --- a/Resources/Locale/en-US/advertisements/vending/lawdrobe.ftl +++ b/Resources/Locale/en-US/advertisements/vending/lawdrobe.ftl @@ -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! diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml b/Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml index edbfb5bf12..7571d8c8f4 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/lavaland.yml @@ -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: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index f894b170f4..8052c5d0ae 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -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: diff --git a/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml b/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml index 75cca71221..08260acb88 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml @@ -233,7 +233,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: diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index 1308eff1be..2b5889a3dd 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -1170,7 +1170,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 @@ -1179,7 +1179,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 -- 2.52.0