Comment 10 for bug 197657

Revision history for this message
richardjennings (richardjennings) wrote :

gnome-panel-2.26.0/applets/clock

clock-location-tile.c

612: line4 = g_strdup_printf (_("Sunrise: %s - Sunset: %s"),
          weather_info_get_sunrise (info),
       weather_info_get_sunset (info));

I suggest some logic to format the string according to 12 / 24 hour preference.