change hint in edit subject dialog
This commit is contained in:
parent
c06e2787c7
commit
c4e82eb3f8
|
@ -280,7 +280,7 @@ public class ConferenceDetailsActivity extends XmppActivity implements OnConvers
|
||||||
case R.id.action_edit_subject:
|
case R.id.action_edit_subject:
|
||||||
if (mConversation != null) {
|
if (mConversation != null) {
|
||||||
quickEdit(mConversation.getMucOptions().getSubject(),
|
quickEdit(mConversation.getMucOptions().getSubject(),
|
||||||
R.string.action_edit_subject,
|
R.string.edit_subject_hint,
|
||||||
this.onSubjectEdited);
|
this.onSubjectEdited);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -250,6 +250,7 @@
|
||||||
<string name="bookmark_already_exists">This bookmark already exists</string>
|
<string name="bookmark_already_exists">This bookmark already exists</string>
|
||||||
<string name="you">You</string>
|
<string name="you">You</string>
|
||||||
<string name="action_edit_subject">Edit conference subject</string>
|
<string name="action_edit_subject">Edit conference subject</string>
|
||||||
|
<string name="edit_subject_hint">The subject of this conference</string>
|
||||||
<string name="joining_conference">Joining conference…</string>
|
<string name="joining_conference">Joining conference…</string>
|
||||||
<string name="leave">Leave</string>
|
<string name="leave">Leave</string>
|
||||||
<string name="contact_added_you">Contact added you to contact list</string>
|
<string name="contact_added_you">Contact added you to contact list</string>
|
||||||
|
|
Loading…
Reference in a new issue