Skip to content

Commit bef6425

Browse files
committed
chore: update strings for clarity
1 parent 6adb798 commit bef6425

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package/contents/ui/configTrayIconsReplacer.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ KCM.ScrollViewKCM {
172172
Layout.margins: Kirigami.Units.mediumSpacing
173173
}
174174
Label {
175-
text: i18n("1. Enable <b>Log icon changes</b> above<br>2. Run <b>journalctl -f</b> from terminal<br>3. Hover the System tray entry or trigger an icon change<br>4. Copy any of the properties: icon SHA1/name, title or name <br>5. Add a new rule with the SHA1/icon name/title/name you choose and specify the custom icon name or file")
175+
text: i18n("1. Enable <b>Log icon changes</b> above<br>2. Run <b>journalctl -f</b> from terminal<br>3. Hover the System tray entry or trigger an icon change<br>4. Copy one of the properties: icon SHA1, icon name, name or title<br>5. Add a new rule with the matching property you choose and specify the replacement icon name or file")
176176
wrapMode: Label.WordWrap
177177
font.features: {
178178
"tnum": 1
@@ -189,7 +189,7 @@ KCM.ScrollViewKCM {
189189
Layout.fillWidth: true
190190
}
191191
Label {
192-
text: i18n("<b>Note</b>: Some applications like Signal are missing accumulated notification icons, contribution of missing icons via GitHub pull request or issue is very welcome, please do so by providing the the description + SHA1/title/name + icon-name from Papirus (panel/status icons only if no matching icon exists, otherwise it can be omitted)")
192+
text: i18n("<b>Note</b>: Some applications like Signal are missing accumulated notification icons, contribution of missing icons via GitHub pull request or issue is very welcome, please do so by providing the the description + icon SHA1/icon name/title/name + icon-name from Papirus (panel/status icons only if no matching icon exists, otherwise it can be omitted)")
193193
wrapMode: Label.WordWrap
194194
visible: showHowToLabel.checked
195195
Layout.margins: Kirigami.Units.mediumSpacing

0 commit comments

Comments
 (0)