[plasma-desktop] /: [KCMs] Use consistent text for GHNS buttons
Nate Graham
null at kde.org
Tue Oct 30 13:11:04 GMT 2018
Git commit ae36781b332a30cc0a358d3eebe60afba1e644be by Nate Graham.
Committed on 30/10/2018 at 13:10.
Pushed by ngraham into branch 'master'.
[KCMs] Use consistent text for GHNS buttons
Summary:
Implement consistent text format as decided on in T9941. Also change docbooks, as appropriate.
Closes T9941
Test Plan:
{F6372048}
{F6372049}
{F6372051}
{F6372050}
{F6372052}
{F6372053}
{F6372054}
Reviewers: #plasma, #vdg
Subscribers: broulik, Codezela, abetts, plasma-devel, kde-doc-english
Tags: #plasma, #documentation
Maniphest Tasks: T9941
Differential Revision: https://phabricator.kde.org/D16504
M +1 -1 doc/kcontrol/colors/index.docbook
M +1 -1 doc/kcontrol/desktopthemedetails/index.docbook
M +1 -1 doc/kcontrol/emoticons/index.docbook
M +1 -1 doc/kcontrol/fontinst/index.docbook
M +1 -1 doc/kcontrol/icons/index.docbook
M +1 -1 doc/kcontrol/splashscreen/index.docbook
M +1 -1 kcms/colors/colorsettings.ui
M +1 -1 kcms/cursortheme/package/contents/ui/main.qml
M +1 -1 kcms/desktoptheme/package/contents/ui/main.qml
M +6 -1 kcms/emoticons/emoticonslist.ui
M +1 -1 kcms/icons/package/contents/ui/main.qml
M +1 -1 kcms/ksplash/package/contents/ui/main.qml
M +1 -1 kcms/lookandfeel/package/contents/ui/main.qml
https://commits.kde.org/plasma-desktop/ae36781b332a30cc0a358d3eebe60afba1e644be
diff --git a/doc/kcontrol/colors/index.docbook b/doc/kcontrol/colors/index.docbook
index ebf0a2cb..10fb8968 100644
--- a/doc/kcontrol/colors/index.docbook
+++ b/doc/kcontrol/colors/index.docbook
@@ -40,7 +40,7 @@
<para>If you have an Internet connection,
you can also browse and retrieve user-created schemes using <guibutton>Get
- New Schemes...</guibutton>.</para>
+ New Color Schemes...</guibutton>.</para>
<para>You can also install schemes from a file that you have downloaded or otherwise
obtained, as well as import &kde; 4 schemes named like "*.colors".
diff --git a/doc/kcontrol/desktopthemedetails/index.docbook b/doc/kcontrol/desktopthemedetails/index.docbook
index 00a47d37..6aef47a0 100644
--- a/doc/kcontrol/desktopthemedetails/index.docbook
+++ b/doc/kcontrol/desktopthemedetails/index.docbook
@@ -28,7 +28,7 @@
<para>A preview of available themes is displayed in this dialog. Select a theme by clicking on it.</para>
-<para>Use the <guibutton>Get New Themes</guibutton> button to download additional themes from the Internet
+<para>Use the <guibutton>Get New Desktop Themes...</guibutton> button to download additional themes from the Internet
or load a theme from file.</para>
<para>The <guibutton>Remove</guibutton> button is enabled only for custom themes.</para>
diff --git a/doc/kcontrol/emoticons/index.docbook b/doc/kcontrol/emoticons/index.docbook
index a3b361db..3faf912c 100644
--- a/doc/kcontrol/emoticons/index.docbook
+++ b/doc/kcontrol/emoticons/index.docbook
@@ -94,7 +94,7 @@ This action allows you to install a theme you downloaded yourself. A theme file
</listitem>
</varlistentry>
-<varlistentry><term><guilabel>Get New Theme</guilabel></term>
+<varlistentry><term><guilabel>Get New Emoticons...</guilabel></term>
<listitem>
<para>
You need to be connected to the Internet to use this action. A dialog displays a list of emoticons themes from <ulink url="https://store.kde.org/">https://store.kde.org/</ulink> and you can install one by clicking the <guibutton>Install</guibutton> button on the right side of the theme description in the list.
diff --git a/doc/kcontrol/fontinst/index.docbook b/doc/kcontrol/fontinst/index.docbook
index ab377fc6..3c0d9d23 100644
--- a/doc/kcontrol/fontinst/index.docbook
+++ b/doc/kcontrol/fontinst/index.docbook
@@ -89,7 +89,7 @@ The main display is a list of the installed fonts, grouped via the fonts' family
<sect3 id="get-new-fonts">
<title>Get New Fonts</title>
-<para>New fonts may be installed from local files, or downloaded using <guilabel>Get Hot New Stuff</guilabel>. The <guilabel>Get New Fonts</guilabel> entry in the tool button (located above the group list), allows you to install fonts from the Internet. The fonts downloaded in this manner will be installed into your <quote>Personal Fonts</quote> group. To install system-wide, you will need to move them to the <quote>System Fonts</quote> group - this may be achieved by dragging the fonts over the <quote>System Fonts</quote> group entry and will require administrator privileges.</para>
+<para>New fonts may be installed from local files, or downloaded using <guilabel>Get Hot New Stuff</guilabel>. The <guilabel>Get New Fonts...</guilabel> entry in the tool button (located above the group list), allows you to install fonts from the Internet. The fonts downloaded in this manner will be installed into your <quote>Personal Fonts</quote> group. To install system-wide, you will need to move them to the <quote>System Fonts</quote> group - this may be achieved by dragging the fonts over the <quote>System Fonts</quote> group entry and will require administrator privileges.</para>
</sect3>
</sect2>
diff --git a/doc/kcontrol/icons/index.docbook b/doc/kcontrol/icons/index.docbook
index 03713e50..d44de17c 100644
--- a/doc/kcontrol/icons/index.docbook
+++ b/doc/kcontrol/icons/index.docbook
@@ -99,7 +99,7 @@ Select one of the components and use the slider to adapt the corresponding size.
</para>
</listitem>
</varlistentry>
-<varlistentry><term><guilabel>Get New Themes...</guilabel></term>
+<varlistentry><term><guilabel>Get New Icons...</guilabel></term>
<listitem>
<para>
You need to be connected to the Internet to use it. Clicking on this button will display a dialog where you can choose a new icon theme. Clicking on <guibutton>Install</guibutton> in the dialog will install the chosen icon theme and after you <guibutton>Close</guibutton> the installer your new theme is immediately available.
diff --git a/doc/kcontrol/splashscreen/index.docbook b/doc/kcontrol/splashscreen/index.docbook
index fdab5450..3710ef4b 100644
--- a/doc/kcontrol/splashscreen/index.docbook
+++ b/doc/kcontrol/splashscreen/index.docbook
@@ -52,7 +52,7 @@ Press this button to view the splashscreen in action.</para>
<!-- not in 5.3
<variablelist>
-<varlistentry><term><guilabel>Get New Themes...</guilabel></term>
+<varlistentry><term><guilabel>Get New Splash Screens...</guilabel></term>
<listitem>
<para>
You need to be connected to the Internet to use this action. A dialog will display a list of themes from the <ulink url="http://www.kde-look.org">http://www.kde-look.org</ulink> website. Clicking the <guibutton>Install</guibutton> button associated with a theme will install this theme locally.
diff --git a/kcms/colors/colorsettings.ui b/kcms/colors/colorsettings.ui
index bd7af548..9a8f671f 100644
--- a/kcms/colors/colorsettings.ui
+++ b/kcms/colors/colorsettings.ui
@@ -73,7 +73,7 @@
<string>Get new color schemes from the Internet</string>
</property>
<property name="text">
- <string>Get &New Scheme</string>
+ <string>Get &New Color Schemes...</string>
</property>
</widget>
</item>
diff --git a/kcms/cursortheme/package/contents/ui/main.qml b/kcms/cursortheme/package/contents/ui/main.qml
index 124ff366..c890b816 100644
--- a/kcms/cursortheme/package/contents/ui/main.qml
+++ b/kcms/cursortheme/package/contents/ui/main.qml
@@ -142,7 +142,7 @@ KCM.GridViewKCM {
}
QtControls.Button {
icon.name: "get-hot-new-stuff"
- text: i18n("&Get New Theme...")
+ text: i18n("&Get New Cursors...")
onClicked: kcm.getNewClicked();
enabled: kcm.canInstall
visible: KAuthorized.authorize("ghns")
diff --git a/kcms/desktoptheme/package/contents/ui/main.qml b/kcms/desktoptheme/package/contents/ui/main.qml
index af613fb6..953cace6 100644
--- a/kcms/desktoptheme/package/contents/ui/main.qml
+++ b/kcms/desktoptheme/package/contents/ui/main.qml
@@ -136,7 +136,7 @@ KCM.GridViewKCM {
}
QtControls.Button {
- text: i18n("Get New Themes...")
+ text: i18n("Get New Desktop Themes...")
icon.name: "get-hot-new-stuff"
onClicked: kcm.getNewStuff(this)
visible: KAuthorized.authorize("ghns")
diff --git a/kcms/emoticons/emoticonslist.ui b/kcms/emoticons/emoticonslist.ui
index 01df4b5b..b38f4903 100644
--- a/kcms/emoticons/emoticonslist.ui
+++ b/kcms/emoticons/emoticonslist.ui
@@ -69,7 +69,12 @@
<string>You need to be connected to the Internet to use this action. A dialog will display a list of emoticon themes from the http://www.kde-look.org website. Clicking the Install button associated with a theme will install this theme locally.</string>
</property>
<property name="text">
- <string>Get new Theme</string>
+ <string>Get New Emoticons...</string>
+ </property>
+ <property name="icon">
+ <iconset theme="get-hot-new-stuff">
+ <normaloff/>
+ </iconset>
</property>
</widget>
</item>
diff --git a/kcms/icons/package/contents/ui/main.qml b/kcms/icons/package/contents/ui/main.qml
index 85c2eba7..d6cd444a 100644
--- a/kcms/icons/package/contents/ui/main.qml
+++ b/kcms/icons/package/contents/ui/main.qml
@@ -263,7 +263,7 @@ KCM.GridViewKCM {
}
QtControls.Button {
- text: i18n("Get New Themes...")
+ text: i18n("Get New Icons...")
icon.name: "get-hot-new-stuff"
onClicked: kcm.getNewStuff(this)
visible: KAuthorized.authorize("ghns")
diff --git a/kcms/ksplash/package/contents/ui/main.qml b/kcms/ksplash/package/contents/ui/main.qml
index 1ae852a2..bd82a242 100644
--- a/kcms/ksplash/package/contents/ui/main.qml
+++ b/kcms/ksplash/package/contents/ui/main.qml
@@ -60,7 +60,7 @@ KCM.GridViewKCM {
}
QtControls.Button {
iconName: "get-hot-new-stuff"
- text: i18n("&Get New Theme...")
+ text: i18n("&Get New Splash Screens...")
onClicked: kcm.getNewClicked();
visible: KAuthorized.authorize("ghns")
}
diff --git a/kcms/lookandfeel/package/contents/ui/main.qml b/kcms/lookandfeel/package/contents/ui/main.qml
index dd2edcca..3f252e3f 100644
--- a/kcms/lookandfeel/package/contents/ui/main.qml
+++ b/kcms/lookandfeel/package/contents/ui/main.qml
@@ -79,7 +79,7 @@ KCM.GridViewKCM {
Layout.fillWidth: true
}
QtControls.Button {
- text: i18n("Get New Looks...")
+ text: i18n("Get New Look and Feel Themes...")
icon.name: "get-hot-new-stuff"
onClicked: kcm.getNewStuff(this);
visible: KAuthorized.authorize("ghns")
More information about the kde-doc-english
mailing list