Fix manifest reference to renamed string.

Change-Id: Ib52c66479e2546ebdca63afc7771ebea06d92799
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b7dc064..5e9df0d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -480,7 +480,7 @@
 
         <!-- Attaches a photo to a contact. Started from external applications -->
         <activity android:name="AttachImage"
-            android:label="@string/attachToContact"
+            android:label="@string/contact_photo_dialog_title"
             android:taskAffinity="">
             <intent-filter>
                 <action android:name="android.intent.action.ATTACH_DATA" />