am 9ff4c57b: Catch transaction too large exception
* commit '9ff4c57b4043f7f13abe4fcfdbe0cb2328627bed':
Catch transaction too large exception
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index de7a44d..5400eec 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -682,6 +682,9 @@
<!-- Action that shares visible contacts -->
<string name="share_visible_contacts">Share visible contacts</string>
+ <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
+ <string name="share_visible_contacts_failure">Failed to share visible contacts.</string>
+
<!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
<string name="dialog_import_export">Import/export contacts</string>