Mercurial > hg > easyhg
diff mainwindow.cpp @ 190:f4d261fa3a99
* Tiny textual change
author | Chris Cannam |
---|---|
date | Mon, 20 Dec 2010 17:07:30 +0000 |
parents | 6bb510abe4f1 |
children | b2fae1f16002 |
line wrap: on
line diff
--- 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);