Fixed typos

This commit is contained in:
litetex 2021-11-27 23:39:17 +01:00
parent f78983b16b
commit 68e7fcf8ee
7 changed files with 10 additions and 10 deletions

View file

@ -266,7 +266,7 @@ public class MissionsFragment extends Fragment {
StoredFileHelper.getNewPicker(mContext, mission.storage.getName(),
mission.storage.getType(), initialPath));
} catch (final ActivityNotFoundException aex) {
Log.w(TAG, "Unable to launch file-picker", aex);
Log.w(TAG, "Unable to launch file picker", aex);
NoFileManagerHelper.showActivityNotFoundAlert(getContext());
}
}