diff --git a/trunk/ProcessHacker/Common/PhUtils.cs b/trunk/ProcessHacker/Common/PhUtils.cs index ae4d0897f..9ed5404d1 100644 --- a/trunk/ProcessHacker/Common/PhUtils.cs +++ b/trunk/ProcessHacker/Common/PhUtils.cs @@ -315,7 +315,7 @@ namespace ProcessHacker.Common else { return MessageBox.Show( - message + "Are you sure you want to " + action + "?", + message + " Are you sure you want to " + action + "?", "Process Hacker", MessageBoxButtons.YesNo, MessageBoxIcon.Warning