aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook-migrate.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 29a25899a2..54b6a5630d 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2004-01-24 Chris Toshok <toshok@ximian.com>
+ * gui/component/addressbook-migrate.c (migrate_local_folders): use
+ _("Personal"), not "Personal".
+
+2004-01-24 Chris Toshok <toshok@ximian.com>
+
* gui/component/addressbook-migrate.c (migrate_local_folders):
don't create/add the source here. it's done in
migrate_contact_folder.
diff --git a/addressbook/gui/component/addressbook-migrate.c b/addressbook/gui/component/addressbook-migrate.c
index ef370412bf..116e06ded0 100644
--- a/addressbook/gui/component/addressbook-migrate.c
+++ b/addressbook/gui/component/addressbook-migrate.c
@@ -419,7 +419,7 @@ migrate_local_folders (AddressbookComponent *component, ESourceGroup *on_this_co
/* migrate the local addressbook first, to OnThisComputer/Personal */
local_contact_folder = g_build_filename (g_get_home_dir (), "/evolution/local/Contacts",
NULL);
- source_name = "Personal";
+ source_name = _("Personal");
migrate_contact_folder (local_contact_folder, on_this_computer, source_name);
for (l = dirs; l; l = l->next) {