~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20080329233633-l550uuwvfh1e68at
Tags: upstream-1.0+dfsg
ImportĀ upstreamĀ versionĀ 1.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
                                                IdeApp.ProjectOperations.SaveCombine();
161
161
                                        }
162
162
                                } catch (System.IO.IOException) {   // assume duplicate file
163
 
                                        Services.MessageService.ShowError(GettextCatalog.GetString ("File or directory name is already in use, choose a different one."));
 
163
                                        Services.MessageService.ShowError(GettextCatalog.GetString ("File or directory name is already in use. Please choose a different one."));
164
164
                                } catch (System.ArgumentException) { // new file name with wildcard (*, ?) characters in it
165
165
                                        Services.MessageService.ShowError(GettextCatalog.GetString ("The file name you have chosen contains illegal characters. Please choose a different file name."));
166
166
                                }