Summary: | "4 numbers" should be "4 digits" | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Alexander Potashev <aspotashev> |
Component: | bluetooth | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexander Potashev
2010-10-17 15:21:05 UTC
commit 063d6b3b9419b948b07f227a0df4e787fa953803 branch master Author: Pino Toscano <pino@kde.org> Date: Wed Dec 1 17:02:17 2010 +0100 i18n: "numbers" -> "digits" BUG: 254463 diff --git a/src/wizard/pages/pin.ui b/src/wizard/pages/pin.ui index 6ae86a3..34ab295 100644 --- a/src/wizard/pages/pin.ui +++ b/src/wizard/pages/pin.ui @@ -113,7 +113,7 @@ <item> <widget class="QLabel" name="label_2"> <property name="text"> - <string><html><body><p>Choose this option only if you know the PIN of your devices which <b>cannot be empty</b> and must be at least <b>4 numbers</b>.</p></body></html></string> + <string><html><body><p>Choose this option only if you know the PIN of your devices which <b>cannot be empty</b> and must be at least <b>4 digits</b>.</p></body></html></string> </property> <property name="wordWrap"> <bool>true</bool> |