diff options
| author | Sebastien Braun | 2010-11-10 01:47:26 +0100 |
|---|---|---|
| committer | Sebastien Braun | 2010-11-10 01:47:26 +0100 |
| commit | b2c87269579df6cdd10e4419e0817d6d829a302e (patch) | |
| tree | 70d93ceb460dc34b851fe928eedd71a8fffe1f6a /src/gui/ui/mainwindow.ui | |
| parent | Add Makefile to generate PDF from DIA figures and call pdflatex and (diff) | |
| parent | Merge branch 'master' of openslx.org:pvs (diff) | |
| download | pvs-b2c87269579df6cdd10e4419e0817d6d829a302e.tar.gz pvs-b2c87269579df6cdd10e4419e0817d6d829a302e.tar.xz pvs-b2c87269579df6cdd10e4419e0817d6d829a302e.zip | |
Merge branch 'master' of ssh://git.openslx.org/pvs
Diffstat (limited to 'src/gui/ui/mainwindow.ui')
| -rw-r--r-- | src/gui/ui/mainwindow.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/ui/mainwindow.ui b/src/gui/ui/mainwindow.ui index d444092..a9d5cad 100644 --- a/src/gui/ui/mainwindow.ui +++ b/src/gui/ui/mainwindow.ui @@ -557,7 +557,7 @@ <string>showProcesses</string> </property> <property name="toolTip"> - <string>Show Processes of the selected Client</string> + <string>Show processes of all clients</string> </property> </action> <action name="actionStartProcess"> @@ -568,6 +568,9 @@ <property name="text"> <string>Start Process</string> </property> + <property name="toolTip"> + <string>Start process on the selected client(s)</string> + </property> </action> </widget> <layoutdefault spacing="6" margin="11"/> |
