diff options
author | Kandepu Prasad <kaprasad@novell.com> | 2008-10-17 15:22:20 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-10-17 15:22:20 +0800 |
commit | 2df699c7fa7f4b38c32fa6e7db34b10b568c61e0 (patch) | |
tree | 539772501570ce8e523a1eb3bc3be18bc5ea3e70 | |
parent | b23dbcc068e12130fdf013b977856fabfbb86ff1 (diff) | |
download | gsoc2013-evolution-2df699c7fa7f4b38c32fa6e7db34b10b568c61e0.tar gsoc2013-evolution-2df699c7fa7f4b38c32fa6e7db34b10b568c61e0.tar.gz gsoc2013-evolution-2df699c7fa7f4b38c32fa6e7db34b10b568c61e0.tar.bz2 gsoc2013-evolution-2df699c7fa7f4b38c32fa6e7db34b10b568c61e0.tar.lz gsoc2013-evolution-2df699c7fa7f4b38c32fa6e7db34b10b568c61e0.tar.xz gsoc2013-evolution-2df699c7fa7f4b38c32fa6e7db34b10b568c61e0.tar.zst gsoc2013-evolution-2df699c7fa7f4b38c32fa6e7db34b10b568c61e0.zip |
** Fix for bug #311479
2008-10-17 Kandepu Prasad <kaprasad@novell.com>
** Fix for bug #311479
* import.glade:
* importer/import.glade: rephrasing the heading in Evolution
Import Assistant
svn path=/trunk/; revision=36634
-rw-r--r-- | shell/ChangeLog | 8 | ||||
-rw-r--r-- | shell/import.glade | 2 | ||||
-rw-r--r-- | shell/importer/import.glade | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8180185fa5..4ea93c997e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2008-10-17 Kandepu Prasad <kaprasad@novell.com> + + ** Fix for bug #311479 + + * import.glade: + * importer/import.glade: rephrasing the heading in Evolution Import + Assistant + 2008-10-17 Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #548469 diff --git a/shell/import.glade b/shell/import.glade index 813f2e90f1..389d2feee3 100644 --- a/shell/import.glade +++ b/shell/import.glade @@ -92,7 +92,7 @@ importing external files into Evolution.</property> <child> <widget class="GnomeDruidPageStandard" id="page2-intelligent"> <property name="visible">True</property> - <property name="title" translatable="yes">Select Importers</property> + <property name="title" translatable="yes">Select Information to Import</property> <child internal-child="vbox"> <widget class="GtkVBox" id="druid-vbox3"> diff --git a/shell/importer/import.glade b/shell/importer/import.glade index 813f2e90f1..389d2feee3 100644 --- a/shell/importer/import.glade +++ b/shell/importer/import.glade @@ -92,7 +92,7 @@ importing external files into Evolution.</property> <child> <widget class="GnomeDruidPageStandard" id="page2-intelligent"> <property name="visible">True</property> - <property name="title" translatable="yes">Select Importers</property> + <property name="title" translatable="yes">Select Information to Import</property> <child internal-child="vbox"> <widget class="GtkVBox" id="druid-vbox3"> |