From eb22fcec0cfe9cca3da27e67fa161c861cada89d Mon Sep 17 00:00:00 2001 From: Stefan Aleksic Date: Fri, 9 Dec 2016 16:48:28 -0500 Subject: [PATCH 1/3] Update SvnBundle description to have more natural sentence --- .../svn4idea/src/org/jetbrains/idea/svn/SvnBundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/svn4idea/src/org/jetbrains/idea/svn/SvnBundle.properties b/plugins/svn4idea/src/org/jetbrains/idea/svn/SvnBundle.properties index d00dfa556813..d8eb50cba88f 100644 --- a/plugins/svn4idea/src/org/jetbrains/idea/svn/SvnBundle.properties +++ b/plugins/svn4idea/src/org/jetbrains/idea/svn/SvnBundle.properties @@ -1,7 +1,7 @@ subversion.name=Subversion subversion.executable.notification.title=Can't use Subversion command line client -subversion.executable.notification.description=Probably the path to Subversion executable is wrong. +subversion.executable.notification.description=The path to the Subversion executable is probably wrong. subversion.executable.too.old=Subversion command line client version is too old ({0}). subversion.roots.detection.errors.found.description=Errors found while detecting svn working copies. Fix it. @@ -684,4 +684,4 @@ dialog.create.branch.or.tag.from.working.copy.warning=Use this variant to

Each file that have revision different than root will be copied separately.\
It's recommended to update working copy before branch creation therefore. -exportable.SvnDiffSettings.presentable.name=Svn Diff \ No newline at end of file +exportable.SvnDiffSettings.presentable.name=Svn Diff From 8052d5198c9412f22d323224b38bd35424f0e0ff Mon Sep 17 00:00:00 2001 From: Stefan Aleksic Date: Fri, 9 Dec 2016 16:49:48 -0500 Subject: [PATCH 2/3] Update GitBundle error description to have more natural sentence --- plugins/git4idea/src/git4idea/i18n/GitBundle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/git4idea/src/git4idea/i18n/GitBundle.properties b/plugins/git4idea/src/git4idea/i18n/GitBundle.properties index d5524281af8b..2c132323a59e 100644 --- a/plugins/git4idea/src/git4idea/i18n/GitBundle.properties +++ b/plugins/git4idea/src/git4idea/i18n/GitBundle.properties @@ -460,13 +460,13 @@ vfs.listener.delete.title=Delete Files from Git general.error = Git error executable.error.title = Git executable problem -executable.error.description = Git couldn't be started. Probably the path to Git executable is not valid. Fix it. +executable.error.description = Git couldn't be started. The path to the Git executable is probably not valid. Fix it. git.commit.message.empty=Please specify commit message git.commit.message.empty.title=Commit Message Is Empty git.executable.notification.title=Can't start Git -git.executable.notification.description=Probably the path to Git executable is not valid. +git.executable.notification.description=The path to Git executable is probably not valid. git.executable.dialog.title=Git executable git.executable.dialog.description=Specify the full path to Git executable git.executable.dialog.error=It doesn't appear to be a valid Git executable @@ -485,4 +485,4 @@ vcs.popup.git.github.section=GitHub vcs.history.action.gitlog=Select in Git Log vcs.history.action.gitlog.error=Git Log is not Ready -exportable.Git.Application.Settings.presentable.name=Git \ No newline at end of file +exportable.Git.Application.Settings.presentable.name=Git From 37df70453843e1b523cb6f31c872a0b5019f99aa Mon Sep 17 00:00:00 2001 From: Stefan Aleksic Date: Fri, 9 Dec 2016 16:52:00 -0500 Subject: [PATCH 3/3] Update Hg4idea error message description to have a more natural sentence --- .../resources/org/zmlx/hg4idea/HgVcsMessages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hg4idea/resources/org/zmlx/hg4idea/HgVcsMessages.properties b/plugins/hg4idea/resources/org/zmlx/hg4idea/HgVcsMessages.properties index caafa202b9e9..e40a5746050e 100644 --- a/plugins/hg4idea/resources/org/zmlx/hg4idea/HgVcsMessages.properties +++ b/plugins/hg4idea/resources/org/zmlx/hg4idea/HgVcsMessages.properties @@ -65,7 +65,7 @@ hg4idea.commit.partial.merge.title=Partial Merge Commit hg4idea.commit.error.messageEmpty=Please provide a commit message hg4idea.executable.notification.title=Can't start Mercurial -hg4idea.executable.notification.description=Probably the path to hg executable is not valid. +hg4idea.executable.notification.description=The path to the hg executable is probably not valid. hg4idea.init.dialog.title=Create Mercurial repository hg4idea.init.dialog.incorrect.path=The specified path is incorrect @@ -139,4 +139,4 @@ hg4idea.annotation.tool.tip=commit {0}\nAuthor: {1}\nDate: {2}\n\n{3} hg4idea.push.asNewBranch=push as &new remote branch hg4idea.push.bookmark=Book&mark -exportable.HgGlobalSettings.presentable.name=Mercurial \ No newline at end of file +exportable.HgGlobalSettings.presentable.name=Mercurial