Git commit 04c301d9c146d979bf067e98717398233d4ca0d5 by Friedrich W. H. Koss= ebau. Committed on 30/04/2018 at 20:06. Pushed by kossebau into branch 'master'. Use new @item:valuesuffix M +1 -1 applets/comic/package/contents/ui/configAdvanced.qml M +2 -2 applets/comic/package/contents/ui/configGeneral.qml M +1 -1 applets/mediaframe/package/contents/ui/ConfigGeneral.qml M +1 -1 applets/systemloadviewer/package/contents/ui/GeneralSettings= .qml M +1 -1 applets/weather/package/contents/ui/config/ConfigWeatherStat= ion.qml https://commits.kde.org/kdeplasma-addons/04c301d9c146d979bf067e98717398233d= 4ca0d5 diff --git a/applets/comic/package/contents/ui/configAdvanced.qml b/applets= /comic/package/contents/ui/configAdvanced.qml index 7606bbc2a..7271659b3 100644 --- a/applets/comic/package/contents/ui/configAdvanced.qml +++ b/applets/comic/package/contents/ui/configAdvanced.qml @@ -55,7 +55,7 @@ Layouts.ColumnLayout { Controls.SpinBox { id: maxComicLimit Layouts.Layout.minimumWidth: units.gridUnit * 8 - suffix: i18nc("spacing to number + unit", " strips per com= ic") + suffix: i18nc("@item:valuesuffix spacing to number + unit"= , " strips per comic") stepSize: 1 onValueChanged: root.configurationChanged(); } diff --git a/applets/comic/package/contents/ui/configGeneral.qml b/applets/= comic/package/contents/ui/configGeneral.qml index c0f243685..11fd4a08d 100644 --- a/applets/comic/package/contents/ui/configGeneral.qml +++ b/applets/comic/package/contents/ui/configGeneral.qml @@ -107,7 +107,7 @@ Layouts.ColumnLayout { Controls.SpinBox { id: providerUpdateInterval Layouts.Layout.minimumWidth: units.gridUnit * 8 - suffix: i18nc("spacing to number + unit", " days") + suffix: i18nc("@item:valuesuffix spacing to number + u= nit", " days") stepSize: 1 onValueChanged: root.configurationChanged(); } @@ -120,7 +120,7 @@ Layouts.ColumnLayout { Controls.SpinBox { id: checkNewComicStripsInterval Layouts.Layout.minimumWidth: units.gridUnit * 8 - suffix: i18nc("spacing to number + unit (minutes)", " = min") + suffix: i18nc("@item:valuesuffix spacing to number + u= nit (minutes)", " min") stepSize: 1 onValueChanged: root.configurationChanged(); } diff --git a/applets/mediaframe/package/contents/ui/ConfigGeneral.qml b/app= lets/mediaframe/package/contents/ui/ConfigGeneral.qml index 6c41419dd..6e391481d 100644 --- a/applets/mediaframe/package/contents/ui/ConfigGeneral.qml +++ b/applets/mediaframe/package/contents/ui/ConfigGeneral.qml @@ -56,7 +56,7 @@ ColumnLayout { id: intervalSpinBox Layout.row: 0 Layout.column: 1 - suffix: i18nc("spacing to number + unit (seconds)", " s") + suffix: i18nc("@item:valuesuffix spacing to number + unit (sec= onds)", " s") decimals: 1 = // Once a day should be high enough diff --git a/applets/systemloadviewer/package/contents/ui/GeneralSettings.q= ml b/applets/systemloadviewer/package/contents/ui/GeneralSettings.qml index 777fabe93..e2f9c5a49 100644 --- a/applets/systemloadviewer/package/contents/ui/GeneralSettings.qml +++ b/applets/systemloadviewer/package/contents/ui/GeneralSettings.qml @@ -143,7 +143,7 @@ ColumnLayout { decimals: 1 stepSize: 0.1 minimumValue: 0.1 - suffix: i18nc("spacing to number + unit (seconds)", " s") + suffix: i18nc("@item:valuesuffix spacing to number + unit (sec= onds)", " s") } } = diff --git a/applets/weather/package/contents/ui/config/ConfigWeatherStatio= n.qml b/applets/weather/package/contents/ui/config/ConfigWeatherStation.qml index 560f696db..1d351a744 100644 --- a/applets/weather/package/contents/ui/config/ConfigWeatherStation.qml +++ b/applets/weather/package/contents/ui/config/ConfigWeatherStation.qml @@ -211,7 +211,7 @@ ColumnLayout { Layout.row: 3 Layout.column: 1 Layout.minimumWidth: units.gridUnit * 8 - suffix: i18nc("spacing to number + unit (minutes)", " min") + suffix: i18nc("@item:valuesuffix spacing to number + unit (min= utes)", " min") stepSize: 5 minimumValue: 30 maximumValue: 3600