2020-08-13 Fred Gleason <fredg@paravelsystems.com>

* Changed the name of the 'List Log' dialog in rdcastmanager(1)
	to 'List Log Events'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-08-13 17:16:20 -04:00
parent f0992ac144
commit 104b48cf56
2 changed files with 4 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
LogDialog::LogDialog(QWidget *parent)
: RDDialog(parent)
{
setWindowTitle("RDCastManager - "+tr("List Log"));
setWindowTitle("RDCastManager - "+tr("List Log Events"));
d_log_view=new QTableView(this);
d_log_view->setSelectionBehavior(QAbstractItemView::SelectRows);