[FIX] base_calendar: spellchecking, courtesy of the en_US police ;-)

bzr revid: odo@openerp.com-20120926111608-0v3m8cqiqya8jmy3
This commit is contained in:
Olivier Dony 2012-09-26 13:16:08 +02:00
parent c8d64b61d7
commit 669a6dfa7f
2 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
'name': 'Calendar',
'version': '1.0',
'depends': ['base', 'base_status', 'mail', 'base_action_rule'],
'summary': 'Personnal & Shared Agenda',
'summary': 'Personal & Shared Calendar',
'description': """
This is a full-featured calendar system.
========================================

View File

@ -307,7 +307,7 @@
<p class="oe_view_nocontent_create">
Click to schedule a new meeting.
</p><p>
The agenda is shared between employees and fully integrated with
The calendar is shared between employees and fully integrated with
other applications such as the employee holidays or the business
opportunities.
</p>
@ -339,10 +339,10 @@
</record>
<menuitem id="menu_crm_meeting" parent="base.menu_sales" sequence="8"
name="Agenda" action="action_crm_meeting"/>
name="Calendar" action="action_crm_meeting"/>
<menuitem name="Agenda"
id="mail_menu_agenda" parent="mail.mail_my_stuff"
<menuitem name="Calendar"
id="mail_menu_calendar" parent="mail.mail_my_stuff"
sequence="10" action="action_crm_meeting"/>
</data>