Skip to content

Commit 39854c3

Browse files
committed
remove extra spaces
1 parent 29d8c1c commit 39854c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Intersect.Editor/Localization/Strings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4475,7 +4475,7 @@ public partial struct NpcEditor
44754475

44764476
public static LocalizedString dropremove = @"Remove";
44774477

4478-
public static LocalizedString dropdisplay = @"{00} x{01} - {02} | {03}%";
4478+
public static LocalizedString dropdisplay = @"{00} x{01}-{02} | {03}%";
44794479

44804480
public static LocalizedString enabled = @"Enabled?";
44814481

@@ -4952,7 +4952,7 @@ public partial struct ResourceEditor
49524952

49534953
public static LocalizedString dropremove = @"Remove";
49544954

4955-
public static LocalizedString dropdisplay = @"{00} x{01} - {02} | {03}%";
4955+
public static LocalizedString dropdisplay = @"{00} x{01}-{02} | {03}%";
49564956

49574957
public static LocalizedString exhaustedgraphic = @"Exhausted Graphic:";
49584958

0 commit comments

Comments
 (0)