Changes title

This commit is contained in:
stom79 2017-10-25 11:00:04 +02:00
parent f2de4e559d
commit 3988f7bc59
6 changed files with 6 additions and 1 deletions

View File

@ -1544,7 +1544,7 @@ public class TootActivity extends AppCompatActivity implements OnRetrieveSearcAc
}
final AlertDialog.Builder builderSingle = new AlertDialog.Builder(TootActivity.this);
AccountsReplyAdapter accountsReplyAdapter = new AccountsReplyAdapter(TootActivity.this, accounts, checkedValues);
builderSingle.setTitle(getString(R.string.choose_accounts)).setAdapter(accountsReplyAdapter, null);
builderSingle.setTitle(getString(R.string.select_accounts)).setAdapter(accountsReplyAdapter, null);
builderSingle.setNegativeButton(R.string.validate, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {

View File

@ -426,4 +426,5 @@
<string name="thanks_text_dev">Danke an:</string>
<string name="set_multiaccount_actions">Erlauben Interaktionen zwischen den accounts?</string>
<string name="action_open_in_web">Im Browser öffnen</string>
<string name="select_accounts">Select some accounts</string>
</resources>

View File

@ -433,4 +433,5 @@
<string name="toast_unpin">Le pouet a été désépinglé !</string>
<string name="pins_cnt">Epinglés %d</string>
<string name="action_open_in_web">Ouvrir dans le navigateur</string>
<string name="select_accounts">Sélectionnez des comptes</string>
</resources>

View File

@ -433,4 +433,5 @@
<string name="thanks_text_dev">
Met dank aan:
</string>
<string name="select_accounts">Select some accounts</string>
</resources>

View File

@ -432,4 +432,5 @@
Agradecimentos a:
</string>
<string name="action_open_in_web">Open in browser</string>
<string name="select_accounts">Select some accounts</string>
</resources>

View File

@ -182,6 +182,7 @@
<string name="no_draft">No draft!</string>
<string name="choose_toot">Choose a toot</string>
<string name="choose_accounts">Choose an account</string>
<string name="select_accounts">Select some accounts</string>
<string name="remove_draft">Remove draft?</string>
<string name="show_reply">Click on the button to display the original toot</string>
<!-- Instance -->