diff options
author | Ken Moore <ken@ixsystems.com> | 2017-05-02 09:01:57 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-05-02 09:01:57 -0400 |
commit | 8ce3f3f29025a2ff1d187ae4144792a38e28767e (patch) | |
tree | 38b4432de8b919a9e1ab96d636b3d8f52e860022 /src-qt5/core/lumina-desktop/panel-plugins | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-8ce3f3f29025a2ff1d187ae4144792a38e28767e.tar.gz lumina-8ce3f3f29025a2ff1d187ae4144792a38e28767e.tar.bz2 lumina-8ce3f3f29025a2ff1d187ae4144792a38e28767e.zip |
Clean up some text on various UI's:
1) Unify the terminology for all the "leave" options (power off, restart, log out)
2) Remove some superfluous text from the system dashboard plugin menu.
Diffstat (limited to 'src-qt5/core/lumina-desktop/panel-plugins')
-rw-r--r-- | src-qt5/core/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.ui | 2 | ||||
-rw-r--r-- | src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.ui | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/src-qt5/core/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.ui b/src-qt5/core/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.ui index 26c32c74..2aa686dd 100644 --- a/src-qt5/core/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.ui +++ b/src-qt5/core/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.ui @@ -47,7 +47,7 @@ font: bold; <item> <widget class="QGroupBox" name="group_volume"> <property name="title"> - <string>System Volume</string> + <string> Volume</string> </property> <property name="flat"> <bool>false</bool> diff --git a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.ui b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.ui index 74f61d7f..d374bfce 100644 --- a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.ui +++ b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.ui @@ -143,7 +143,7 @@ <x>0</x> <y>0</y> <width>179</width> - <height>177</height> + <height>208</height> </rect> </property> </widget> @@ -439,7 +439,7 @@ <x>0</x> <y>0</y> <width>179</width> - <height>284</height> + <height>299</height> </rect> </property> </widget> @@ -921,7 +921,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="text"> - <string>Suspend System</string> + <string>Suspend</string> </property> <property name="iconSize"> <size> @@ -986,7 +986,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="text"> - <string>Restart System</string> + <string>Restart</string> </property> <property name="iconSize"> <size> @@ -1014,7 +1014,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="text"> - <string>Power Off System</string> + <string>Power Off</string> </property> <property name="iconSize"> <size> @@ -1062,7 +1062,7 @@ <enum>Qt::NoFocus</enum> </property> <property name="text"> - <string>Sign Out User</string> + <string>Log Out</string> </property> <property name="iconSize"> <size> @@ -1099,8 +1099,8 @@ <rect> <x>0</x> <y>0</y> - <width>161</width> - <height>332</height> + <width>167</width> + <height>345</height> </rect> </property> </widget> |