Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: fixed translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Jul 10, 2023
1 parent f95c3a6 commit 820e415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RotationSolver/Localization/Localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"ConfigWindow_Param_UseHealPotions": "Use Heal Potions",
"ConfigWindow_Param_Condition": "Condition",
"ConfigWindow_Param_StartOnCountdown": "Auto turn smart on countdown",
"ConfigWindow_Param_StartOnAttackedBySomeone": "Auto turn manual on being attacked by someone.",
"ConfigWindow_Param_StartOnAttackedBySomeone": "Automatically turn on manual mode and target enemy when being attacked",
"ConfigWindow_Param_EsunaAll": "Esuna All Statuses.",
"ConfigWindow_Param_InterruptibleMoreCheck": "Interrupt the action with action type check.",
"ConfigWindow_Param_HealOutOfCombat": "Heal party members outside of combat.",
Expand Down
2 changes: 1 addition & 1 deletion RotationSolver/Localization/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ internal partial class Strings
public string ConfigWindow_Param_Condition { get; set; } = "Condition";
public string ConfigWindow_Param_StartOnCountdown { get; set; } = "Auto turn smart on countdown";

public string ConfigWindow_Param_StartOnAttackedBySomeone { get; set; } = "Auto turn manual on being attacked by someone.";
public string ConfigWindow_Param_StartOnAttackedBySomeone { get; set; } = "Automatically turn on manual mode and target enemy when being attacked";
public string ConfigWindow_Param_EsunaAll { get; set; } = "Esuna All Statuses.";
public string ConfigWindow_Param_InterruptibleMoreCheck { get; set; } = "Interrupt the action with action type check.";

Expand Down

0 comments on commit 820e415

Please sign in to comment.