Change 'Title' to 'Group name' in group update message

closes #3424
//FREEBIE
This commit is contained in:
McLoo
2015-06-13 23:16:02 +02:00
committed by Moxie Marlinspike
parent 8fc690d8e0
commit 6c20a4c08b
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ public class GroupUtil {
if (title != null && !title.trim().isEmpty()) {
if (description.length() > 0) description.append(" ");
description.append(context.getString(R.string.GroupUtil_title_is_now, title));
description.append(context.getString(R.string.GroupUtil_group_name_is_now, title));
}
if (description.length() > 0) {