Bug 69396 - String bug in account editor
Summary: String bug in account editor
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: Jabber Plugin (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR minor
Target Milestone: ---
Assignee: Till Gerken
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-30 21:35 UTC by Till Gerken
Modified: 2004-01-21 06:58 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 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?"));