| Summary: | dialog title should not have full stop at the end ("Archiving failed.") | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Alexander Potashev <aspotashev> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | Git (master) | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
The same problem in kdepim/kmail/backupjob.cpp at line 178:
> KMessageBox::information( mParentWidget, text, i18n( "Archiving finished." ) );
Git commit 7b6361c8e00b357e3309d95621f906db0a86e3d3 by Sergio Martins. Committed on 02/06/2011 at 03:27. Pushed by smartins into branch 'next'. "The full stop in the dialog title looks weird." BUG: 274681 M +1 -1 kmail/backupjob.cpp http://commits.kde.org/kdepim/7b6361c8e00b357e3309d95621f906db0a86e3d3 Please, also fix "Archiving finished." (see comment #1) Git commit 3bf8da6a6f5b64f8902fb9b4e3920abb9c69689a by Montel Laurent. Committed on 02/06/2011 at 22:25. Pushed by mlaurent into branch 'master'. Fix bug #274681 - dialog title should not have full stop at the end CCBUG: 274681 M +1 -1 kmail/backupjob.cpp http://commits.kde.org/kdepim/3bf8da6a6f5b64f8902fb9b4e3920abb9c69689a Thanks. Git commit 7d9b450d1b690b23fd4c5059f145d7a0d60247a2 by Sergio Martins. Committed on 02/06/2011 at 03:27. Pushed by smartins into branch 'master'. "The full stop in the dialog title looks weird." BUG: 274681 (cherry picked from commit 7b6361c8e00b357e3309d95621f906db0a86e3d3) M +1 -1 kmail/backupjob.cpp http://commits.kde.org/kdepim/7d9b450d1b690b23fd4c5059f145d7a0d60247a2 |
Version: Git (master) (using KDE 4.6.3) OS: Linux In kdepim/kmail/backupjob.cpp, at line 151: > KMessageBox::sorry( mParentWidget, text, i18n( "Archiving failed." ) ); The full stop in the dialog title looks weird. Reproducible: Always