~ubuntu-branches/ubuntu/oneiric/indicator-datetime/oneiric

« back to all changes in this revision

Viewing changes to src/utils.c

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2011-03-23 16:22:50 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323162250-vm2rg7gtciwldlz3
Tags: 0.2.0-0ubuntu1
* New upstream release.
  ∘ Remove unused liboobs
  ∘ Add translator comments and make strings translatable (LP: #737326)
  ∘ Remove password dialog for calendars not the keyring
  ∘ Use default matching when geonames aren't available (LP: #740870)
  ∘ UI Cleanups and naming fixes (LP: #740806, LP: #740819)
  ∘ Free JSON parser data
  ∘ Avoid duplicates in GeoNames data (LP: #740884)
  ∘ Make location completion more robust
* debian/control: Dropping liboobs

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
        g_return_val_if_fail(date_string != NULL, g_strdup(time_string));
182
182
 
183
183
        /* TRANSLATORS: This is a format string passed to strftime to combine the
184
 
           date and the time.  The value of "%s, %s" would result in a string like
185
 
           this in US English 12-hour time: 'Fri Jul 16, 11:50 AM' */
186
 
        return g_strdup_printf(T_("%s, %s"), date_string, time_string);
 
184
           date and the time.  The value of "%s %s" would result in a string like
 
185
           this in US English 12-hour time: 'Fri Jul 16 11:50 AM' */
 
186
        return g_strdup_printf(T_("%s %s"), date_string, time_string);
187
187
}
188
188
 
189
189
gchar *