Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 27e13d2

Browse files
committed
Refined wording of local path warnings
1 parent d789c4e commit 27e13d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/GitHub.Resources/Resources.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GitHub.Resources/Resources.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -825,13 +825,13 @@ https://git-scm.com/download/win</value>
825825
<value>Couldn't find target URL in current repository. Try again after doing a fetch.</value>
826826
</data>
827827
<data name="CantFindARepositoryAtLocalPath" xml:space="preserve">
828-
<value>Can't find a repository at local path.</value>
828+
<value>There is already a directory at this location, but it doesn't contain a repository.</value>
829829
</data>
830830
<data name="LocalRepositoryDoesntHaveARemoteOrigin" xml:space="preserve">
831-
<value>Local repository doesn't have a remote named "origin".</value>
831+
<value>A repository already exists at this location, but it doesn't have a remote named "origin".</value>
832832
</data>
833833
<data name="LocalRepositoryHasARemoteOf" xml:space="preserve">
834-
<value>Local repository has a remote of {0}.</value>
834+
<value>A repository already exists at this location, but it has a remote of {0}.</value>
835835
</data>
836836
<data name="YouHaveAlreadyClonedToThisLocation" xml:space="preserve">
837837
<value>You have already cloned to this location. Click 'Open' to open the local repository.</value>

0 commit comments

Comments
 (0)