謎のテキストを修正

This commit is contained in:
ろむねこ 2024-01-29 12:01:07 +09:00
parent 06e965d4ae
commit 4d2973eaae
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -377,7 +377,7 @@ public class ViewerContainerFragment extends Fragment {
LacertaApplyTagDialog lacertaApplyTagDialog = new LacertaApplyTagDialog();
lacertaApplyTagDialog
.setTitle("タグの適用")
.setMessage("タグを適用するファイルを選択してください")
.setMessage("適用するタグを選択してください")
.setNegativeButtonText("キャンセル")
.setDocumentId(documentId)
.setListener(new LacertaApplyTagDialog.LacertaApplyTagDialogListener() {