Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-03-30 00:18:41 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-03-30 00:18:41 +0400
commit674b4d2ddedd5b263679c663b2f053ca11ea4ed3 (patch)
tree70094225c39a8b8bf24b6fefbf2978841e003c9e /AppleDocWizard
parent9d8c347f02d0e99b2f15287af8426f6ab7b0a580 (diff)
[appledocwizard] Fix typo
Diffstat (limited to 'AppleDocWizard')
-rw-r--r--AppleDocWizard/AppleDocWizardController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppleDocWizard/AppleDocWizardController.cs b/AppleDocWizard/AppleDocWizardController.cs
index aa430e8..5061c29 100644
--- a/AppleDocWizard/AppleDocWizardController.cs
+++ b/AppleDocWizard/AppleDocWizardController.cs
@@ -92,7 +92,7 @@ namespace macdoc
break;
case FinishState.Error:
alert.MessageText = "An error occurred";
- alert.InformativeText = "A fatal error occurred during one of the merge step. Please report it.";
+ alert.InformativeText = "A fatal error occurred during one of the merge steps. Please report it.";
break;
case FinishState.NotAdmin:
alert.MessageText = "Not enough rights";