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

Commit b89e462

Browse files
committed
Remotes Module: Changed window title in "Remotes" dialog.
1 parent 04cff93 commit b89e462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Remotes/RemotesDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RemotesDlg::RemotesDlg(RM::Repo* repo)
5454
return;
5555
}
5656

57-
setWindowTitle( tr("Manage the Remotes in \"%1\"").arg(repo->displayName()) );
57+
setWindowTitle( tr("Remotes in \"%1\"").arg(repo->displayName()) );
5858

5959
mRemotesWdgt->txtRemotes->installEventFilter(this);
6060
}

0 commit comments

Comments
 (0)