From bba1aae4836973892519532ecaf526d3bbecb806 Mon Sep 17 00:00:00 2001 From: David Trowbridge Date: Wed, 12 Jan 2005 17:27:03 +0000 Subject: fix spelling 2005-01-12 David Trowbridge * calendar-weather.c (e_calendar_weather_units): fix spelling svn path=/trunk/; revision=28381 --- plugins/calendar-weather/calendar-weather.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/calendar-weather/calendar-weather.c') diff --git a/plugins/calendar-weather/calendar-weather.c b/plugins/calendar-weather/calendar-weather.c index 5009ee5484..ca969a56d1 100644 --- a/plugins/calendar-weather/calendar-weather.c +++ b/plugins/calendar-weather/calendar-weather.c @@ -659,8 +659,8 @@ e_calendar_weather_units (EPlugin *epl, EConfigHookItemFactoryData *data) option = gtk_option_menu_new (); gtk_widget_show (option); - formats[0] = gtk_menu_item_new_with_label (_("Metric (celcius, cm, etc)")); - formats[1] = gtk_menu_item_new_with_label (_("Imperial (fahrenheit, inches, etc)")); + formats[0] = gtk_menu_item_new_with_label (_("Metric (Celsius, cm, etc)")); + formats[1] = gtk_menu_item_new_with_label (_("Imperial (Fahrenheit, inches, etc)")); menu = gtk_menu_new (); gtk_widget_show (menu); for (i = 0; i < 2; i++) { -- cgit v1.2.3