diff uncommitteditem.cpp @ 169:c7fa56707ae9

* Status text updates
author Chris Cannam
date Tue, 14 Dec 2010 20:36:30 +0000
parents 4bad3c5c053a
children 8fd71f570884
line wrap: on
line diff
--- a/uncommitteditem.cpp	Tue Dec 14 17:20:10 2010 +0000
+++ b/uncommitteditem.cpp	Tue Dec 14 20:36:30 2010 +0000
@@ -77,7 +77,7 @@
 
     QAction *dif = menu->addAction(tr("Diff"));
     connect(dif, SIGNAL(triggered()), this, SIGNAL(diff()));
-    QAction *stat = menu->addAction(tr("Show summary"));
+    QAction *stat = menu->addAction(tr("Summarise changes"));
     connect(stat, SIGNAL(triggered()), this, SIGNAL(showSummary()));
     
     menu->addSeparator();