From d65ae35e1e14c15c5ae9106e37254b163307934d Mon Sep 17 00:00:00 2001
From: Kevin Smith <git@kismith.co.uk>
Date: Wed, 26 May 2010 21:24:10 +0100
Subject: Make the 'Read Notice' button more helpfully named.


diff --git a/Swift/QtUI/EventViewer/QtEventWindow.cpp b/Swift/QtUI/EventViewer/QtEventWindow.cpp
index 567ac94..6abfd66 100644
--- a/Swift/QtUI/EventViewer/QtEventWindow.cpp
+++ b/Swift/QtUI/EventViewer/QtEventWindow.cpp
@@ -42,7 +42,7 @@ QtEventWindow::QtEventWindow(UIEventStream* eventStream, QWidget* parent) : QWid
 	view_->setIndentation(0);
 	view_->setRootIsDecorated(true);
 	
-	readButton_ = new QPushButton("Read Notice", this);
+	readButton_ = new QPushButton("Display Notice", this);
 	layout->addWidget(readButton_);
 	readButton_->setEnabled(false);
 	connect(readButton_, SIGNAL(clicked()), this, SLOT(handleReadClicked()));
-- 
cgit v0.10.2-6-g49f6