[mono/monodevelop] [2 commits] f548fd6d: [NewProjectDialog] Fix typo in user-visible string
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000141a7a60bf2-c38e2a5f-9363-4e34-8a0b-9a67c3b1bc7f-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/monodevelop
Compare: https://github.com/mono/monodevelop/compare/70fbd6db8c37...f63fcf020a8f
Commit: f548fd6dc60e90a26573cb09efa1002fcdf906ce
Author: Andrés G. Aragoneses <[email protected]> (knocte)
Date: 2013-10-11 12:24:19 GMT
URL: https://github.com/mono/monodevelop/commit/f548fd6dc60e90a26573cb09efa1002fcdf906ce
[NewProjectDialog] Fix typo in user-visible string
Changed paths:
M main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectDialog.cs
Modified: main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectDialog.cs
===================================================================
@@ -430,7 +430,7 @@ bool CreateProject ()
try {
if (Directory.Exists (ProjectLocation)) {
- var btn = MessageService.AskQuestion (GettextCatalog.GetString ("Directory {0} already exists.\nDo you want to coninue the Project creation?", ProjectLocation), AlertButton.No, AlertButton.Yes);
+ var btn = MessageService.AskQuestion (GettextCatalog.GetString ("Directory {0} already exists.\nDo you want to continue the Project creation?", ProjectLocation), AlertButton.No, AlertButton.Yes);
if (btn != AlertButton.Yes)
return false;
}
Commit: f63fcf020a8f46fb842fc14ae56d7cbd20bd3d2b
Author: Jeffrey Stedfast <[email protected]> (jstedfast)
Date: 2013-10-11 13:10:54 GMT
URL: https://github.com/mono/monodevelop/commit/f63fcf020a8f46fb842fc14ae56d7cbd20bd3d2b
Merge pull request #416 from knocte/master
Fix typo in user-visible string
Changed paths:
M main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectDialog.cs
Modified: main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectDialog.cs
===================================================================
@@ -430,7 +430,7 @@ bool CreateProject ()
try {
if (Directory.Exists (ProjectLocation)) {
- var btn = MessageService.AskQuestion (GettextCatalog.GetString ("Directory {0} already exists.\nDo you want to coninue the Project creation?", ProjectLocation), AlertButton.No, AlertButton.Yes);
+ var btn = MessageService.AskQuestion (GettextCatalog.GetString ("Directory {0} already exists.\nDo you want to continue the Project creation?", ProjectLocation), AlertButton.No, AlertButton.Yes);
if (btn != AlertButton.Yes)
return false;
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches