[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/kopete/kopete/chatwindow
From:       Matt Rogers <mattr () kde ! org>
Date:       2005-01-28 4:42:35
Message-ID: 20050128044235.3ABDF1CF30 () office ! kde ! org
[Download RAW message or body]

CVS commit by mattr: 

Use the text 'One other person in the chat' for when there is only two people
in a chat (you and one other person). 'X other people in the chat' is used
when there are more than three people in the chat (you and two other people).

We don't count yourself as being in the chat because we assume that you
already know that you're in the chat...

BUG: 97076


  M +4 -1      chatview.cpp   1.190


--- kdenetwork/kopete/kopete/chatwindow/chatview.cpp  #1.189:1.190
@@ -392,5 +392,8 @@ void ChatView::setTabState( KopeteTabSta
 
         if( newState != Typing )
-                setStatusText( i18n( "One person in the chat", "%n people in the \
chat", m_manager->members().count() ) ); +        {
+                setStatusText( i18n( "One other person in the chat",
+                               "%n other people in the chat", \
m_manager->members().count() ) ); +        }
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic