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

Commit

Permalink
minor textual changes in clone dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
antis81 committed Apr 28, 2015
1 parent 7919f70 commit ba21fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Remotes/CloneRepositoryDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ void CloneDlg::accept()
this, &CloneDlg::doneCheckout );
}

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

connect( clone, &Git::CloneOperation::finished,
Expand Down

0 comments on commit ba21fa4

Please sign in to comment.