diff options
author | Andre Klapper <a9016009@gmx.de> | 2007-07-31 10:49:09 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2007-07-31 10:49:09 +0800 |
commit | 49caaeeafa83f7f16f09784c9569193744ed5790 (patch) | |
tree | 514fb63f29676dda1f33481b447842b863fcb727 /plugins/imap-features | |
parent | bf6e358907fd5aada83c23ea72a4a40dc4011d1c (diff) | |
download | gsoc2013-evolution-49caaeeafa83f7f16f09784c9569193744ed5790.tar gsoc2013-evolution-49caaeeafa83f7f16f09784c9569193744ed5790.tar.gz gsoc2013-evolution-49caaeeafa83f7f16f09784c9569193744ed5790.tar.bz2 gsoc2013-evolution-49caaeeafa83f7f16f09784c9569193744ed5790.tar.lz gsoc2013-evolution-49caaeeafa83f7f16f09784c9569193744ed5790.tar.xz gsoc2013-evolution-49caaeeafa83f7f16f09784c9569193744ed5790.tar.zst gsoc2013-evolution-49caaeeafa83f7f16f09784c9569193744ed5790.zip |
calendar/gui/dialogs/memo-page.glade:
2007-07-31 Andre Klapper <a9016009@gmx.de>
* calendar/gui/dialogs/schedule-page.glade:
calendar/gui/dialogs/memo-page.glade:
calendar/gui/dialogs/meeting-page.glade:
calendar/gui/dialogs/task-page.glade:
calendar/gui/dialogs/task-details-page.glade:
calendar/gui/dialogs/cal-prefs-dialog.glade:
calendar/gui/dialogs/event-page.glade:
calendar/gui/e-itip-control.glade:
smime/gui/smime-ui.glade:
filter/filter.glade:
plugins/attachment-reminder/attachment-reminder.glade:
plugins/imap-features/imap-headers.glade:
plugins/exchange-operations/exchange-permissions-dialog.glade:
plugins/publish-calendar/publish-calendar.glade:
remove "window1" string from translation
svn path=/trunk/; revision=33913
Diffstat (limited to 'plugins/imap-features')
-rw-r--r-- | plugins/imap-features/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/imap-features/imap-headers.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/imap-features/ChangeLog b/plugins/imap-features/ChangeLog index 5799b6e7e1..cdbc0f36c6 100644 --- a/plugins/imap-features/ChangeLog +++ b/plugins/imap-features/ChangeLog @@ -1,3 +1,8 @@ +2007-07-30 Andre Klapper <a9016009@gmx.de> + + * imap-headers.glade: + remove "window1" string from translation + 2007-07-20 Johnny Jacob <jjohnny@novell.com> * imap-headers.c : (org_gnome_imap_headers) : diff --git a/plugins/imap-features/imap-headers.glade b/plugins/imap-features/imap-headers.glade index 986337e69d..0f910cc535 100644 --- a/plugins/imap-features/imap-headers.glade +++ b/plugins/imap-features/imap-headers.glade @@ -5,7 +5,7 @@ <widget class="GtkWindow" id="window1"> <property name="visible">True</property> - <property name="title" translatable="yes">window1</property> + <property name="title" translatable="no">window1</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> |