Bug 223865 - Wrong label for the 'New Event' button
Summary: Wrong label for the 'New Event' button
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 4.3
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-22 23:36 UTC by Sabine Faure
Modified: 2011-03-13 22:26 UTC (History)
2 users (show)

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 Sabine Faure 2010-01-22 23:36:50 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- In the main toolbar there is an 'Event' button 

But the label of the button is incorrect as it should be 'New Event' like in the Actions menu/New Event... since clicking on the 'Event' button opens the 'New Event - KOrganizer' dialogue in both cases.

Trunk, Svn Rev 1078580
Comment 1 Laurent Montel 2010-01-24 14:14:55 UTC
Fixed in svn #1079549
Comment 2 Sabine Faure 2010-01-27 20:58:37 UTC
It is corrected now.

The button to create a new event now has a 'New Event' label.

Trunk, Svn Rev 1081051
Comment 3 Alexander Potashev 2011-03-13 22:26:56 UTC
The name "Event" in the toolbar was probably used to shorten the string. How about reviving "setIconText" call with "New Event" (instead of just "Event") in order to allow translators (including me) make short translations for the toolbar?