Bug 254463 - "4 numbers" should be "4 digits"
Summary: "4 numbers" should be "4 digits"
Status: RESOLVED FIXED
Alias: None
Product: solid
Classification: Frameworks and Libraries
Component: bluetooth (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Alex Fiestas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-17 15:21 UTC by Alexander Potashev
Modified: 2010-12-01 17:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2010-10-17 15:21:05 UTC
Version:           unspecified (using Devel) 
OS:                Linux

In this string:

#. i18n: file: wizard/pages/pin.ui:120
#. i18n: ectx: property (text), widget (QLabel, label_2)

there is "PIN <...> must be at least 4 numbers". It should be "4 digits", because numbers consist of digits.

Reproducible: Always
Comment 1 Pino Toscano 2010-12-01 17:02:57 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>&lt;html&gt;&lt;body&gt;&lt;p&gt;Choose this option only if you know the PIN of your devices which &lt;b&gt;cannot be empty&lt;/b&gt; and must be at least &lt;b&gt;4 numbers&lt;/b&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+          <string>&lt;html&gt;&lt;body&gt;&lt;p&gt;Choose this option only if you know the PIN of your devices which &lt;b&gt;cannot be empty&lt;/b&gt; and must be at least &lt;b&gt;4 digits&lt;/b&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
          </property>
          <property name="wordWrap">
           <bool>true</bool>