Restore deleted string still referenced from AndroidManifest.xml.
Change-Id: I3e937ecf9a151313f25629d9d4ec8b3250d4c5ed
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8f9df4b..bccf144 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -153,6 +153,9 @@
<!-- Menu item that opens the Options activity for a given contact -->
<string name="menu_contactOptions">Options</string>
+ <!-- Title for the Options activity for a given contact -->
+ <string name="contactOptionsTitle">Options</string>
+
<!-- Confirmation dialog title after users selects to delete a contact. -->
<string name="deleteConfirmation_title">Delete</string>