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

Commit b05f38a

Browse files
committed
minor textual changes in clone dialog
1 parent 60e3fa2 commit b05f38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Remotes/CloneRepositoryDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ void CloneDlg::accept()
178178
this, &CloneDlg::doneCheckout );
179179
}
180180

181-
mProgress->addActivity(tr("Cloning <b>%1</b> to <b>%2</b>")
181+
mProgress->addActivity(tr("Clone <b>%1</b> to <b>%2</b>")
182182
.arg(repoName).arg(targetDir), clone, steps);
183183

184184
connect( clone, &Git::CloneOperation::finished,

0 commit comments

Comments
 (0)