Bug 69396

Summary: String bug in account editor
Product: [Applications] kopete Reporter: Till Gerken <till.gerken>
Component: Jabber PluginAssignee: Till Gerken <till.gerken>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Till Gerken 2003-11-30 21:35:58 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

When changing a Jabber account so that it contains a different server than the JID suggests, a warning window pops up. Last sentence needs fixing.
Comment 1 Matt Rogers 2004-01-21 06:58:55 UTC
Subject: kdenetwork/kopete/protocols/jabber/ui

CVS commit by mattr: 

Fix bug 69396 by rewording the last string.
 
CCMAIL: 69396-done@bugs.kde.org


  M +1 -1      jabbereditaccountwidget.cpp   1.26


--- kdenetwork/kopete/protocols/jabber/ui/jabbereditaccountwidget.cpp  #1.25:1.26
@@ -255,5 +255,5 @@ void JabberEditAccountWidget::validateJI
                                                                                                         "ID suggests. Do you want me to change your server setting? Selecting \"Yes\" "
                                                                                                         "will change your Jabber server to \"%1\" as indicated by your Jabber ID. "
-                                                                                                        "Selecting \"No\" leave your current settings.").arg(server),
+                                                                                                        "Selecting \"No\" will keep your current settings.").arg(server),
                                                                                                         i18n("Are you sure about your server name?"));