Skip to content

Commit

Permalink
翻译修正(poly000 , issue ppy#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Feb 21, 2020
1 parent e5f001a commit c57bfec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion osu.Game.Rulesets.Osu/Mods/OsuModRelax.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ namespace osu.Game.Rulesets.Osu.Mods
{
public class OsuModRelax : ModRelax, IUpdatableByPlayfield, IApplicableToDrawableRuleset<OsuHitObject>
{
public override string Description => @"You don't need to click. Give your clicking/tapping fingers a break from the heat of things.";
public override Type[] IncompatibleMods => base.IncompatibleMods.Append(typeof(OsuModAutopilot)).ToArray();

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion osu.Game/Rulesets/Mods/ModRelax.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Mods
{
public abstract class ModRelax : ModBlockFail
{
public override string Name => "自动点击";
public override string Name => "休闲";
public override string Acronym => "RX";
public override string Description => @"你不用点击,只需移动,让你用来点击的手指放松一下";
public override IconUsage? Icon => OsuIcon.ModRelax;
Expand Down

0 comments on commit c57bfec

Please sign in to comment.