# HG changeset patch # User Chris Cannam # Date 1292864850 0 # Node ID f4d261fa3a9979e269eb7d8c4bdbad8f5e94777d # Parent 6bb510abe4f195313bac74ff55de402eba4ee372 * Tiny textual change diff -r 6bb510abe4f1 -r f4d261fa3a99 mainwindow.cpp --- a/mainwindow.cpp Mon Dec 20 16:47:00 2010 +0000 +++ b/mainwindow.cpp Mon Dec 20 17:07:30 2010 +0000 @@ -1984,7 +1984,7 @@ hgServeAct -> setStatusTip(tr("Serve local repository via http for workgroup access")); //Help actions - aboutAct = new QAction(tr("About"), this); + aboutAct = new QAction(tr("About EasyMercurial"), this); // Miscellaneous clearSelectionsAct = new QAction(tr("Clear selections"), this);