summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/processinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/sysinfo/processinfo.cpp b/noncore/settings/sysinfo/processinfo.cpp
index 8dec9be..709158d 100644
--- a/noncore/settings/sysinfo/processinfo.cpp
+++ b/noncore/settings/sysinfo/processinfo.cpp
@@ -58,3 +58,3 @@ ProcessInfo::ProcessInfo( QWidget* parent, const char* name, WFlags fl )
- SignalCB = new QComboBox( FALSE, this, "SignalCB" );
+ SignalCB = new QComboBox( FALSE, this, "SignalCB" );
SignalCB->insertItem( " 1: SIGHUP" );
@@ -166,3 +166,3 @@ void ProcessInfo::slotSendClicked()
- QString capstr = tr( "You really want to send %1 to this process?" ).arg( SignalCB->currentText() );
+ QString capstr = tr( "Really want to send %1\nto this process?" ).arg( SignalCB->currentText() );