Fixing a typo in a string reference.
diff --git a/src/com/android/contacts/ViewContactActivity.java b/src/com/android/contacts/ViewContactActivity.java
index 5fe9fb8..c6ee7bf 100644
--- a/src/com/android/contacts/ViewContactActivity.java
+++ b/src/com/android/contacts/ViewContactActivity.java
@@ -526,7 +526,7 @@
private void splitContact(long contactId) {
setAggregationException(contactId, AggregationExceptions.TYPE_KEEP_OUT);
- Toast.makeText(this, R.string.contactSplitMessage, Toast.LENGTH_SHORT);
+ Toast.makeText(this, R.string.contactsSplitMessage, Toast.LENGTH_SHORT);
mAdapter.notifyDataSetChanged();
}