# HG changeset patch # User Chris Cannam # Date 1298388720 0 # Node ID fd6abd505f3116c27e8b5d70eb38d5408d1affef # Parent fd9dc5a457d81baf9c2e070e0773cb980fec4967 Font adjustment for pull/push confirm dialogs. Better, though the extra text will still be too small on OS/X diff -r fd9dc5a457d8 -r fd6abd505f31 mainwindow.cpp --- a/mainwindow.cpp Tue Feb 22 15:12:56 2011 +0000 +++ b/mainwindow.cpp Tue Feb 22 15:32:00 2011 +0000 @@ -860,8 +860,8 @@ { if (ConfirmCommentDialog::confirm (this, tr("Confirm pull"), - tr("Pull from remote repository?"), - tr("You are about to pull changes from the repository at %1").arg(xmlEncode(m_remoteRepoPath)), + tr("

Pull from remote repository?

"), + tr("

You are about to pull changes from the remote repository at %1.

").arg(xmlEncode(m_remoteRepoPath)), tr("Pull"))) { QStringList params; @@ -874,8 +874,8 @@ { if (ConfirmCommentDialog::confirm (this, tr("Confirm push"), - tr("Push to remote repository?"), - tr("You are about to push your changes to the repository at %1").arg(xmlEncode(m_remoteRepoPath)), + tr("

Push to remote repository?

"), + tr("

You are about to push your changes to the remote repository at %1.

").arg(xmlEncode(m_remoteRepoPath)), tr("Push"))) { QStringList params;