Skip to content

Commit

Permalink
Changed the Self Destruct event text.
Browse files Browse the repository at this point in the history
  • Loading branch information
taraniselsu committed Dec 15, 2013
1 parent afcdd24 commit b2314f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TacSelfDestruct.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public override void OnStart(PartModule.StartState state)

if (state != StartState.Editor)
{
Events["ExplodeAllEvent"].guiName = "Self Destruct! (" + timeDelay + " second delay)";
Events["ExplodeAllEvent"].guiName = "Self Destruct! (" + timeDelay + "s delay)";
}
}

Expand Down

0 comments on commit b2314f2

Please sign in to comment.