fix format string

Daniel Gultsch created

Change summary

src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/res/values/strings.xml 🔗

@@ -248,7 +248,7 @@
 	<string name="add_back">Add back</string>
 	<string name="contact_has_read_up_to_this_point">%s has read up to this point</string>
 	<string name="contacts_have_read_up_to_this_point">%s have read up to this point</string>
-	<string name="contacts_and_n_more_have_read_up_to_this_point">%1$s +%2$d% more have read up to this point</string>
+	<string name="contacts_and_n_more_have_read_up_to_this_point">%1$s +%2$d more have read up to this point</string>
 	<string name="publish">Publish</string>
 	<string name="touch_to_choose_picture">Touch avatar to select picture from gallery</string>
 	<string name="publish_avatar_explanation">Please note: Everyone subscribed to your presence updates will be allowed to see this picture.</string>