change wording of previous commit
This commit is contained in:
parent
ff18ea452d
commit
62934e6487
|
@ -229,7 +229,7 @@ public class ChannelDiscoveryActivity extends XmppActivity implements MenuItem.O
|
||||||
if (accounts.size() == 1) {
|
if (accounts.size() == 1) {
|
||||||
joinChannelSearchResult(accounts.get(0), result);
|
joinChannelSearchResult(accounts.get(0), result);
|
||||||
} else if (accounts.size() == 0) {
|
} else if (accounts.size() == 0) {
|
||||||
Toast.makeText(this, R.string.please_enable_your_account_first, Toast.LENGTH_LONG).show();
|
Toast.makeText(this, R.string.please_enable_an_account, Toast.LENGTH_LONG).show();
|
||||||
} else {
|
} else {
|
||||||
final AtomicReference<String> account = new AtomicReference<>(accounts.get(0));
|
final AtomicReference<String> account = new AtomicReference<>(accounts.get(0));
|
||||||
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
||||||
|
|
|
@ -883,7 +883,7 @@
|
||||||
<string name="pref_channel_discovery">Channel discovery method</string>
|
<string name="pref_channel_discovery">Channel discovery method</string>
|
||||||
<string name="backup">Backup</string>
|
<string name="backup">Backup</string>
|
||||||
<string name="category_about">About</string>
|
<string name="category_about">About</string>
|
||||||
<string name="please_enable_your_account_first">Please enable your account first</string>
|
<string name="please_enable_an_account">Please enable an account</string>
|
||||||
<plurals name="view_users">
|
<plurals name="view_users">
|
||||||
<item quantity="one">View %1$d Participant</item>
|
<item quantity="one">View %1$d Participant</item>
|
||||||
<item quantity="other">View %1$d Participants</item>
|
<item quantity="other">View %1$d Participants</item>
|
||||||
|
|
Loading…
Reference in New Issue