diff options
author | Ted Gould <ted@gould.cx> | 2011-03-23 16:16:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-23 16:16:17 -0500 |
commit | 2884233431cdd61eee5942a369a11d4daf9314aa (patch) | |
tree | 2a45abf161262d69b5675b4266e96ea3a8d8b861 /data | |
parent | 27e02c433cc3a871e100a7120f9f9e6e73c5a661 (diff) | |
parent | 34527b0979874d373160f4a002e375456f0b7af2 (diff) | |
download | ayatana-indicator-datetime-2884233431cdd61eee5942a369a11d4daf9314aa.tar.gz ayatana-indicator-datetime-2884233431cdd61eee5942a369a11d4daf9314aa.tar.bz2 ayatana-indicator-datetime-2884233431cdd61eee5942a369a11d4daf9314aa.zip |
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
Diffstat (limited to 'data')
-rw-r--r-- | data/datetime-dialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/datetime-dialog.ui b/data/datetime-dialog.ui index 7ec485f..7545227 100644 --- a/data/datetime-dialog.ui +++ b/data/datetime-dialog.ui @@ -474,7 +474,7 @@ </child> <child> <object class="GtkCheckButton" id="showDateTimeCheck"> - <property name="label" translatable="yes">_Date and time</property> + <property name="label" translatable="yes">_Date and month</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |