android: de_document -> the_document

Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: Ic85297eb112def4a9197116177c857db910459cf
This commit is contained in:
Miklos Vajna 2021-03-08 09:45:17 +01:00
parent 0e00c3af98
commit d35a5f963e
2 changed files with 3 additions and 3 deletions

View file

@ -302,7 +302,7 @@ public class LOActivity extends AppCompatActivity {
Log.d(TAG, "SCHEME_CONTENT: getPath(): " + getIntent().getData().getPath());
} else {
Log.e(TAG, "couldn't create temporary file from " + getIntent().getData());
Toast.makeText(this, R.string.cant_open_de_document, Toast.LENGTH_SHORT).show();
Toast.makeText(this, R.string.cant_open_the_document, Toast.LENGTH_SHORT).show();
finish();
}
} else if (getIntent().getData().getScheme().equals(ContentResolver.SCHEME_FILE)) {

View file

@ -18,5 +18,5 @@
<string name="view_only">View only</string>
<string name="edit_copy">Edit a copy</string>
<string name="ask_for_copy">This document is read-only. Do you want to make a copy for editing\?</string>
<string name="cant_open_de_document">Couldn\'t open the document</string>
</resources>
<string name="cant_open_the_document">Couldn\'t open the document</string>
</resources>