After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 272769 - Duplicate <short> problem in calendar/gui/apps_evolution_calendar.schemas.in.in
Duplicate <short> problem in calendar/gui/apps_evolution_calendar.schemas.in.in
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
unspecified
Other All
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks: 236276
 
 
Reported: 2005-02-20 12:25 UTC by Christian Rose
Modified: 2005-05-06 07:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2005-02-20 12:25:58 UTC
This message seems to be problematic:

#: calendar/gui/apps_evolution_calendar.schemas.in.in.h:43
msgid ""
"Time divisions</short> <short>Intervals shown in Day and Work Week views, in "
"minutes."

Indeed, when one does look at the corresponding entry in
calendar/gui/apps_evolution_calendar.schemas.in.in, it seems the second
<short> should perhaps actually be a <long>:

    <schema>
      <key>/schemas/apps/evolution/calendar/display/time_divisions</key>
      <applyto>/apps/evolution/calendar/display/time_divisions</applyto>
      <owner>evolution-calendar</owner>
      <type>int</type>
      <default>30</default>
      <locale name="C">
        <short>Time divisions</short>
        <short>Intervals shown in Day and Work Week views, in minutes.</short>
      </locale>
    </schema>
Comment 1 André Klapper 2005-02-20 17:19:30 UTC
adding dependency
Comment 2 Sarfraaz Ahmed 2005-05-06 07:07:43 UTC
This is already fixed in HEAD.