summaryrefslogtreecommitdiff
path: root/src/contacts-types.vala
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2013-02-17 16:43:14 -0500
committerErick Pérez Castellanos <erick.red@gmail.com>2013-02-17 16:59:49 -0500
commitcc9eebfcf24a30f87dca546c72646b4d7e5aab71 (patch)
tree64651d4cacf3ca2a60106b9732dcfcda111227d8 /src/contacts-types.vala
parent33f403186b12daf82a805668d42bc94ed6c327c2 (diff)
downloadgnome-contacts-cc9eebfcf24a30f87dca546c72646b4d7e5aab71.tar.gz
Explained the use of the "Other"
The meaning is the same in every appearance in that file. It refers to the particular details, which would be emails, phone numbers, addresses, etc. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=661235
Diffstat (limited to 'src/contacts-types.vala')
-rw-r--r--src/contacts-types.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/contacts-types.vala b/src/contacts-types.vala
index 547dd0c..84521f8 100644
--- a/src/contacts-types.vala
+++ b/src/contacts-types.vala
@@ -110,6 +110,8 @@ public class Contacts.TypeSet : Object {
}
store.append (out other_iter);
+ /* Refers to the type of the detail, could be Home, Work or Other for email, and the same
+ * for phone numbers, addresses, etc. */
store.set (other_iter, 0, _("Other"), 1, other_dummy);
}