Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Update title of service manager when managing warden jails
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Jan 16, 2014
1 parent 58a4795 commit 34182ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-qt4/pc-servicemanager/servicemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void ServiceManager::ProgramInit(QString chroot, QString IP)
checkEnabled();

if ( ! wDir.isEmpty() )
textTopLabel->setText(tr("Managing services for Warden IP:") + " " + wIP);
textTopLabel->setText(tr("Managing services for Warden Jail:") + " " + wIP);
}

void ServiceManager::setButtonsAllEnabled(bool enabled)
Expand Down

0 comments on commit 34182ea

Please sign in to comment.