change wording of previous commit

This commit is contained in:
Daniel Gultsch 2020-03-31 19:49:08 +02:00
parent ff18ea452d
commit 62934e6487
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ public class ChannelDiscoveryActivity extends XmppActivity implements MenuItem.O
if (accounts.size() == 1) {
joinChannelSearchResult(accounts.get(0), result);
} 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 {
final AtomicReference<String> account = new AtomicReference<>(accounts.get(0));
AlertDialog.Builder builder = new AlertDialog.Builder(this);

View File

@ -883,7 +883,7 @@
<string name="pref_channel_discovery">Channel discovery method</string>
<string name="backup">Backup</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">
<item quantity="one">View %1$d Participant</item>
<item quantity="other">View %1$d Participants</item>