Modify string
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 00ef14b..04707df 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -730,8 +730,8 @@
<!-- The failed reason: "There is no valid VCard entry in the file(s)" -->
<string name="fail_reason_no_vcard_entry">No valid VCard entry found for your selection</string>
- <!-- The failed reason: "One or more files failed to be imported." -->
- <string name="fail_reason_failed_to_read_files">One or more files failed to be imported.</string>
+ <!-- The failed reason: "One or more files failed to be imported. (<a list of file names>)" -->
+ <string name="fail_reason_failed_to_read_files">One or more files failed to be imported (%s).</string>
<!-- Dialog title shown when a user is asked to select VCard file -->
<string name="select_vcard_title">Select VCard file</string>