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

Commit 9f8757a

Browse files
committed
Update DestinationAlreadyExists warning
Change to "A file exists at the destination path."
1 parent 8067273 commit 9f8757a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/GitHub.App/ViewModels/Dialog/Clone/RepositoryCloneViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ string ValidatePath(IRepositoryModel repository, string path)
239239
{
240240
if (repository != null)
241241
{
242-
// TODO: Update wording for DestinationAlreadyExists
243242
return service.DestinationFileExists(path) ?
244243
Resources.DestinationAlreadyExists :
245244
null;

src/GitHub.Resources/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ https://git-scm.com/download/win</value>
331331
<value>Cancel Review</value>
332332
</data>
333333
<data name="DestinationAlreadyExists" xml:space="preserve">
334-
<value>The destination already exists.</value>
334+
<value>A file exists at the destination path.</value>
335335
</data>
336336
<data name="LogoutRequired" xml:space="preserve">
337337
<value>Logout Required</value>

0 commit comments

Comments
 (0)