davidedmundson requested changes to this revision.
davidedmundson added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> ConfigGeneral.qml:134
>                  var seconds = value / 1000
> -                return i18n("%1 seconds", seconds.toFixed(1))
> +                return i18nc("SpinBox text", "%1 seconds", 
> seconds.toFixed(1))
>              }

The important part was the

I18np that handles "1 second" Vs "2 secondS"

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D25319

To: guoyunhe, #plasma, davidedmundson
Cc: plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, 
ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, ahiemstra, mart

Reply via email to