diff --git a/src/GitHub.Resources/Resources.Designer.cs b/src/GitHub.Resources/Resources.Designer.cs
index 2ed32021a..ff8f5b251 100644
--- a/src/GitHub.Resources/Resources.Designer.cs
+++ b/src/GitHub.Resources/Resources.Designer.cs
@@ -250,7 +250,7 @@ namespace GitHub {
}
///
- /// Looks up a localized string similar to Can't find a repository at local path..
+ /// Looks up a localized string similar to There is already a directory at this location, but it doesn't contain a repository..
///
public static string CantFindARepositoryAtLocalPath {
get {
@@ -883,7 +883,7 @@ namespace GitHub {
}
///
- /// Looks up a localized string similar to Local repository doesn't have a remote named "origin"..
+ /// Looks up a localized string similar to A repository already exists at this location, but it doesn't have a remote named "origin"..
///
public static string LocalRepositoryDoesntHaveARemoteOrigin {
get {
@@ -892,7 +892,7 @@ namespace GitHub {
}
///
- /// Looks up a localized string similar to Local repository has a remote of {0}..
+ /// Looks up a localized string similar to A repository already exists at this location, but it has a remote of {0}..
///
public static string LocalRepositoryHasARemoteOf {
get {
diff --git a/src/GitHub.Resources/Resources.resx b/src/GitHub.Resources/Resources.resx
index f969bf5db..d8ff9d14b 100644
--- a/src/GitHub.Resources/Resources.resx
+++ b/src/GitHub.Resources/Resources.resx
@@ -825,13 +825,13 @@ https://git-scm.com/download/win
Couldn't find target URL in current repository. Try again after doing a fetch.
- Can't find a repository at local path.
+ There is already a directory at this location, but it doesn't contain a repository.
- Local repository doesn't have a remote named "origin".
+ A repository already exists at this location, but it doesn't have a remote named "origin".
- Local repository has a remote of {0}.
+ A repository already exists at this location, but it has a remote of {0}.
You have already cloned to this location. Click 'Open' to open the local repository.