From 234cc2f6f711e18060a7d4e93d285c40c13fd58d Mon Sep 17 00:00:00 2001 From: Constantine Plotnikov Date: Mon, 7 Dec 2009 18:11:33 +0300 Subject: [PATCH] git4idea: IDEADEV-41626: fixed some spelling errors --- plugins/git4idea/src/git4idea/i18n/GitBundle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/git4idea/src/git4idea/i18n/GitBundle.properties b/plugins/git4idea/src/git4idea/i18n/GitBundle.properties index da947f0562..030c7b2f73 100644 --- a/plugins/git4idea/src/git4idea/i18n/GitBundle.properties +++ b/plugins/git4idea/src/git4idea/i18n/GitBundle.properties @@ -71,7 +71,7 @@ common.git.root=Git &Root: common.no.active.branch= computing.annotation=Computing annotation for {0} crlf.convert.convert=Convert Selected -crlf.convert.label=&The following text files have line separator that do not match the project line separator.
Select files you wish to covert to project default line separators before commit. +crlf.convert.label=&The following text files have line separator that do not match the project line separator.
Select files you wish to convert to project default line separators before commit. crlf.convert.leave=Leave Unchanged crlf.convert.none.tooltip=If this option is selected, the file are not attempted to be converted before commit. crlf.convert.none=Do ¬ convert files @@ -125,17 +125,17 @@ getting.history=Getting history for {0} git.default.commit.message=\n# Brief commit description here\n\n# Full commit description here (comment lines starting with '#' will not be included)\n\n git.error.exit=The git process exited with the code {0} git.running=Running: {0} -git.vcs.config.convert.ask.tooltip=If this checkbox is specified, the user will be show a list of file to be converted. +git.vcs.config.convert.ask.tooltip=If this check box is selected, the user will be shown a list of files to be converted git.vcs.config.convert.ask=Ask before con&versions git.vcs.config.convert.crlf=&Convert Text Files: git.vcs.config.convert.do.not.convert=Do not convert git.vcs.config.convert.project=Convert to project's line separators -git.vcs.config.convert.tooltip=Convert text files on commit: +git.vcs.config.convert.tooltip=Convert text files on commit: git.vcs.config.path.label=Path to &git executable: git.vcs.config.ssh.mode.idea=ssh git.vcs.config.ssh.mode.native=Native -git.vcs.config.ssh.mode.tooltip=Specify which version of SSH to be used with git.The native implementation might cause hangups on some platforms. In native case, you also might need to configure ssh-askpass for your platform to recieve GUI promopts for passwords. -git.vcs.config.ssh.mode=&SSH executable: +git.vcs.config.ssh.mode.tooltip=Specify which version of SSH to be used with git.The native implementation might cause hangups on some platforms. In native case, you also might need to configure ssh-askpass for your platform to recieve GUI prompts for passwords. +git.vcs.config.ssh.mode=&SSH Executable: git.vcs.config.test.label=Test git.vcs.config.test=&Test history.copy.revsion.number=Copy Revision Number -- 2.11.4.GIT