]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove random cyrillic letters (#31600)
authorlzk <124214523+lzk228@users.noreply.github.com>
Wed, 28 Aug 2024 19:26:34 +0000 (21:26 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2024 19:26:34 +0000 (00:26 +0500)
Content.Client/CartridgeLoader/Cartridges/NewsReaderUiFragment.xaml
Content.Server/Anomaly/AnomalySynchronizerSystem.cs
Resources/Locale/en-US/paper/story-generation.ftl
Resources/Locale/en-US/store/uplink-catalog.ftl

index bd5879408ef5364becaec75ed62501b0d281cd51..fd5a7bb1617b20e7fe7238f5c30104fd182d255a 100644 (file)
@@ -26,7 +26,7 @@
             Text="{Loc 'news-read-ui-next-text'}"
             ToolTip="{Loc 'news-read-ui-next-tooltip'}"/>
     </BoxContainer>
-    <controls:StripeBack Name="АrticleNameContainer">
+    <controls:StripeBack Name="ArticleNameContainer">
         <PanelContainer>
             <Label Name="PageNum" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="4,0,0,0"/>
             <Label Name="PageName" Align="Center"/>
index d4a3a0d5faa9a87568b1d96e50fe968d383b894c..59ef08402ee2d7581ae61db11d53f232e016e8e5 100644 (file)
@@ -76,7 +76,7 @@ public sealed partial class AnomalySynchronizerSystem : EntitySystem
         if (!TryComp<AnomalyComponent>(ent.Comp.ConnectedAnomaly, out var anomaly))
             return;
 
-        DisconneсtFromAnomaly(ent, anomaly);
+        DisconnectFromAnomaly(ent, anomaly);
     }
 
     private void OnExamined(Entity<AnomalySynchronizerComponent> ent, ref ExaminedEvent args)
@@ -125,7 +125,7 @@ public sealed partial class AnomalySynchronizerSystem : EntitySystem
 
     //TODO: disconnection from the anomaly should also be triggered if the anomaly is far away from the synchronizer.
     //Currently only bluespace anomaly can do this, but for some reason it is the only one that cannot be connected to the synchronizer.
-    private void DisconneсtFromAnomaly(Entity<AnomalySynchronizerComponent> ent, AnomalyComponent anomaly)
+    private void DisconnectFromAnomaly(Entity<AnomalySynchronizerComponent> ent, AnomalyComponent anomaly)
     {
         if (ent.Comp.ConnectedAnomaly == null)
             return;
index 98a9c9d036043b733f03fb152726296afc2e0e5b..c9bead45ca2f68875f7bbbda86ec1dca98431703 100644 (file)
@@ -109,7 +109,7 @@ story-gen-book-character-trait11 = poor
 story-gen-book-character-trait12 = popular
 story-gen-book-character-trait13 = absent-minded
 story-gen-book-character-trait14 = stern
-story-gen-book-character-trait15 = сharismatic
+story-gen-book-character-trait15 = charismatic
 story-gen-book-character-trait16 = stoic
 story-gen-book-character-trait17 = cute
 story-gen-book-character-trait18 = dwarven
index 27ecdc98f03da39f111c140310dffa4fdce2624b..b84202a29106433ba3fb6ec86c619267a1462c05 100644 (file)
@@ -438,7 +438,7 @@ uplink-barber-scissors-name = Barber Scissors
 uplink-barber-scissors-desc = A good tool to give your fellow agent a nice haircut, unless you want to give it to yourself.
 
 uplink-backpack-syndicate-name = Syndicate backpack
-uplink-backpack-syndicate-desc = Lightweight explosion-proof а backpack for holding various traitor goods
+uplink-backpack-syndicate-desc = Lightweight explosion-proof a backpack for holding various traitor goods
 
 uplink-combat-bakery-name = Combat Bakery Kit
-uplink-combat-bakery-desc = A kit of clandestine baked weapons. Contains a baguette which a skilled mime could use as a sword and a pair of throwing croissants. Once the job is done, eat the evidence.
\ No newline at end of file
+uplink-combat-bakery-desc = A kit of clandestine baked weapons. Contains a baguette which a skilled mime could use as a sword and a pair of throwing croissants. Once the job is done, eat the evidence.