Bug 72417 - "This user has me on his contact list" is inaccurate
Summary: "This user has me on his contact list" is inaccurate
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: MSN Plugin (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 78442 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-11 21:28 UTC by Rob Kaper
Modified: 2004-03-25 16:46 UTC (History)
1 user (show)

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 Rob Kaper 2004-01-11 21:28:14 UTC
Version:           unknown (using KDE 3.1.94 (CVS >= 20031206), compiled sources)
Compiler:          gcc version 3.3.2
OS:          Linux (i686) release 2.4.19

I cringe when I see "his" for a female contact. I understand this is not primarily a Kopete issue and would probably require work in kab and i18n as well.

I agree that in (KDE) documentation "he" might be assumed, but many IM protocols support meta information such as gender for their contacts. Be gender neutral ("you are on this user's contact list"), or be correct.
Comment 1 Jason Keirstead 2004-01-11 21:30:46 UTC
This is a protocol specific message.

What protocol was it under?
Comment 2 Rob Kaper 2004-01-11 21:39:57 UTC
Subject: Re:  "This user has me on his contact list" is inaccurate

On Sun, Jan 11, 2004 at 08:30:47PM -0000, Jason Keirstead wrote:
> What protocol was it under?

Oh, right, that User Info part only appears on MSN.

Comment 3 Olivier Goffart 2004-03-11 20:08:34 UTC
CVS commit by ogoffart: 

Do not asumme woman never uses computer.
CCMAIL: 72417-done@bugs.kde.org


  M +4 -4      msninfo.ui   1.9


--- kdenetwork/kopete/protocols/msn/ui/msninfo.ui  #1.8:1.9
@@ -1,3 +1,3 @@
-<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 <class>MSNInfo</class>
 <widget class="QWidget">
@@ -9,6 +9,6 @@
             <x>0</x>
             <y>0</y>
-            <width>406</width>
-            <height>358</height>
+            <width>457</width>
+            <height>360</height>
         </rect>
     </property>
@@ -166,5 +166,5 @@
             </property>
             <property name="text">
-                <string>This user has me on his contact list</string>
+                <string>I am on the contact list of this contact.</string>
             </property>
             <property name="toolTip" stdset="0">


Comment 4 Olivier Goffart 2004-03-25 16:46:16 UTC
*** Bug 78442 has been marked as a duplicate of this bug. ***