| Summary: | String bug in account editor | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Till Gerken <till.gerken> |
| Component: | Jabber Plugin | Assignee: | Till Gerken <till.gerken> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Till Gerken
2003-11-30 21:35:58 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?")); |