mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2021-12-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a spelling error in the 'Insufficient Privileges' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -231,8 +231,8 @@ MainWidget::MainWidget(RDConfig *config,RDWidget *parent)
|
||||
}
|
||||
else {
|
||||
if((!config_priv)&&(!rss_priv)) {
|
||||
QMessageBox::warning(this,tr("Insufficient Priviledges"),
|
||||
tr("This account has insufficient priviledges for this operation."));
|
||||
QMessageBox::warning(this,tr("Insufficient Privileges"),
|
||||
tr("This account has insufficient privileges for this operation."));
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user