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

Commit

Permalink
fix: changed the description of Poslock.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed May 14, 2023
1 parent 295a413 commit e5613f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver/Localization/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ internal partial class Strings
public string ConfigWindow_Param_StopCastingDelay { get; set; } = "Set the range of random delay for stopping casting when target is no need to cast in second.";
public string ConfigWindow_Param_Display { get; set; } = "Display";
public string ConfigWindow_Param_Advanced { get; set; } = "Advanced";
public string ConfigWindow_Param_PoslockCasting { get; set; } = "Lock the movement when casting.";
public string ConfigWindow_Param_PoslockCasting { get; set; } = "Lock the movement when casting or has TenChiJin or PhantomFlurry status.";
public string ConfigWindow_Param_UseStopCasting { get; set; } = "Use stopping casting when target is dead.";
public string ConfigWindow_Param_ShowActionFlag { get; set; } = "Show action flag.";
public string ConfigWindow_Param_InDebug { get; set; } = "Debug Mode";
Expand Down

0 comments on commit e5613f5

Please sign in to comment.