diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-08-17 02:34:20 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-08-17 02:34:20 +0800 |
commit | 7a821eebc4cf2f402afd0feb8fdbe10f37f79658 (patch) | |
tree | d298e097a73eae8b90641435dd02e48496e4a3ce /calendar/gui/dialogs | |
parent | b28275657d0fc2345306ea21b2ac52c57fb79688 (diff) | |
download | gsoc2013-evolution-7a821eebc4cf2f402afd0feb8fdbe10f37f79658.tar.gz gsoc2013-evolution-7a821eebc4cf2f402afd0feb8fdbe10f37f79658.tar.zst gsoc2013-evolution-7a821eebc4cf2f402afd0feb8fdbe10f37f79658.zip |
Do not set the time popup range. We also want to be able to create
2001-08-16 Federico Mena Quintero <federico@ximian.com>
* gui/calendar-config.c (calendar_config_configure_e_date_edit):
Do not set the time popup range. We also want to be able to
create appointments that are not within nine-to-five! Think of
going to the movies! Fixes bug #7436.
* gui/dialogs/cal-prefs-dialog.glade: "am/pm" is now "AM/PM".
Fixes bug #7367.
svn path=/trunk/; revision=12109
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade b/calendar/gui/dialogs/cal-prefs-dialog.glade index dc4d4481cb..6290db63dd 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.glade +++ b/calendar/gui/dialogs/cal-prefs-dialog.glade @@ -232,7 +232,7 @@ <class>GtkRadioButton</class> <name>use_12_hour</name> <can_focus>True</can_focus> - <label>_12 hour (am/pm)</label> + <label>_12 hour (AM/PM)</label> <active>False</active> <draw_indicator>True</draw_indicator> <group>time_format_group</group> |