[evolution] Bug 471795 - Clarify CSV importers as being for contact info only
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 471795 - Clarify CSV importers as being for contact info only
- Date: Fri, 17 Feb 2012 19:41:33 +0000 (UTC)
commit ae0c3ded7747ab452fd9b6702e3eb16ef9b84aa2
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Feb 17 14:38:31 2012 -0500
Bug 471795 - Clarify CSV importers as being for contact info only
addressbook/importers/evolution-csv-importer.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/addressbook/importers/evolution-csv-importer.c b/addressbook/importers/evolution-csv-importer.c
index 20d0209..66cc0a7 100644
--- a/addressbook/importers/evolution-csv-importer.c
+++ b/addressbook/importers/evolution-csv-importer.c
@@ -1072,8 +1072,8 @@ static EImportImporter csv_evolution_importer = {
EImportImporter *
evolution_csv_outlook_importer_peek (void)
{
- csv_outlook_importer.name = _("Outlook CSV or Tab (.csv, .tab)");
- csv_outlook_importer.description = _("Outlook CSV and Tab Importer");
+ csv_outlook_importer.name = _("Outlook Contacts CSV or Tab (.csv, .tab)");
+ csv_outlook_importer.description = _("Outlook Contacts CSV and Tab Importer");
return &csv_outlook_importer;
}
@@ -1081,8 +1081,8 @@ evolution_csv_outlook_importer_peek (void)
EImportImporter *
evolution_csv_mozilla_importer_peek (void)
{
- csv_mozilla_importer.name = _("Mozilla CSV or Tab (.csv, .tab)");
- csv_mozilla_importer.description = _("Mozilla CSV and Tab Importer");
+ csv_mozilla_importer.name = _("Mozilla Contacts CSV or Tab (.csv, .tab)");
+ csv_mozilla_importer.description = _("Mozilla Contacts CSV and Tab Importer");
return &csv_mozilla_importer;
}
@@ -1090,8 +1090,8 @@ evolution_csv_mozilla_importer_peek (void)
EImportImporter *
evolution_csv_evolution_importer_peek (void)
{
- csv_evolution_importer.name = _("Evolution CSV or Tab (.csv, .tab)");
- csv_evolution_importer.description = _("Evolution CSV and Tab Importer");
+ csv_evolution_importer.name = _("Evolution Contacts CSV or Tab (.csv, .tab)");
+ csv_evolution_importer.description = _("Evolution Contacts CSV and Tab Importer");
return &csv_evolution_importer;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]