Skip to content

Commit 68e7fcf

Browse files
committed
Fixed typos
1 parent f78983b commit 68e7fcf

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

app/src/main/java/org/schabi/newpipe/download/DownloadDialog.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ private void launchDirectoryPicker(final ActivityResultLauncher<Intent> launcher
692692
try {
693693
launcher.launch(StoredDirectoryHelper.getPicker(context));
694694
} catch (final ActivityNotFoundException aex) {
695-
Log.w(TAG, "Unable to launch directory-picker", aex);
695+
Log.w(TAG, "Unable to launch directory picker", aex);
696696
NoFileManagerHelper.showActivityNotFoundAlert(getContext());
697697
}
698698
}
@@ -777,7 +777,7 @@ private void prepareSelectedDownload() {
777777
requestDownloadSaveAsLauncher.launch(StoredFileHelper.getNewPicker(context,
778778
filenameTmp, mimeTmp, initialPath));
779779
} catch (final ActivityNotFoundException aex) {
780-
Log.w(TAG, "Unable to launch file-picker", aex);
780+
Log.w(TAG, "Unable to launch file picker", aex);
781781
NoFileManagerHelper.showActivityNotFoundAlert(getContext());
782782
}
783783

app/src/main/java/org/schabi/newpipe/local/subscription/SubscriptionFragment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class SubscriptionFragment : BaseStateFragment<SubscriptionState>() {
185185
try {
186186
requestImportLauncher.launch(StoredFileHelper.getPicker(activity, JSON_MIME_TYPE))
187187
} catch (aex: ActivityNotFoundException) {
188-
Log.w(TAG, "Unable to launch file-picker", aex)
188+
Log.w(TAG, "Unable to launch file picker", aex)
189189
NoFileManagerHelper.showActivityNotFoundAlert(context)
190190
}
191191
}
@@ -199,7 +199,7 @@ class SubscriptionFragment : BaseStateFragment<SubscriptionState>() {
199199
StoredFileHelper.getNewPicker(activity, exportName, JSON_MIME_TYPE, null)
200200
)
201201
} catch (aex: ActivityNotFoundException) {
202-
Log.w(TAG, "Unable to launch file-picker", aex)
202+
Log.w(TAG, "Unable to launch file picker", aex)
203203
NoFileManagerHelper.showActivityNotFoundAlert(context)
204204
}
205205
}

app/src/main/java/org/schabi/newpipe/local/subscription/SubscriptionsImportFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void onImportFile() {
183183
// with different mime types and file extensions
184184
requestImportFileLauncher.launch(StoredFileHelper.getPicker(activity, "*/*"));
185185
} catch (final ActivityNotFoundException aex) {
186-
Log.w(TAG, "Unable to launch file-picker", aex);
186+
Log.w(TAG, "Unable to launch file picker", aex);
187187
NoFileManagerHelper.showActivityNotFoundAlert(getContext());
188188
}
189189
}

app/src/main/java/org/schabi/newpipe/settings/ContentSettingsFragment.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void onCreatePreferences(final Bundle savedInstanceState, final String ro
8080
StoredFileHelper.getPicker(requireContext(),
8181
ZIP_MIME_TYPE, getImportExportDataUri()));
8282
} catch (final ActivityNotFoundException aex) {
83-
Log.w(TAG, "Unable to launch file-picker", aex);
83+
Log.w(TAG, "Unable to launch file picker", aex);
8484
NoFileManagerHelper.showActivityNotFoundAlert(getContext());
8585
}
8686
return true;
@@ -95,7 +95,7 @@ public void onCreatePreferences(final Bundle savedInstanceState, final String ro
9595
"NewPipeData-" + exportDateFormat.format(new Date()) + ".zip",
9696
ZIP_MIME_TYPE, getImportExportDataUri()));
9797
} catch (final ActivityNotFoundException aex) {
98-
Log.w(TAG, "Unable to launch file-picker", aex);
98+
Log.w(TAG, "Unable to launch file picker", aex);
9999
NoFileManagerHelper.showActivityNotFoundAlert(getContext());
100100
}
101101
return true;

app/src/main/java/org/schabi/newpipe/settings/DownloadSettingsFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ private void launchDirectoryPicker(final ActivityResultLauncher<Intent> launcher
219219
try {
220220
launcher.launch(StoredDirectoryHelper.getPicker(ctx));
221221
} catch (final ActivityNotFoundException aex) {
222-
Log.w(TAG, "Unable to launch directory-picker", aex);
222+
Log.w(TAG, "Unable to launch directory picker", aex);
223223
NoFileManagerHelper.showActivityNotFoundAlert(getContext());
224224
}
225225
}

app/src/main/java/us/shandian/giga/ui/fragment/MissionsFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ private void recoverMission(@NonNull DownloadMission mission) {
266266
StoredFileHelper.getNewPicker(mContext, mission.storage.getName(),
267267
mission.storage.getType(), initialPath));
268268
} catch (final ActivityNotFoundException aex) {
269-
Log.w(TAG, "Unable to launch file-picker", aex);
269+
Log.w(TAG, "Unable to launch file picker", aex);
270270
NoFileManagerHelper.showActivityNotFoundAlert(getContext());
271271
}
272272
}

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
<string name="recent">Recent</string>
672672
<string name="chapters">Chapters</string>
673673
<string name="no_app_to_open_intent">No app on your device can open this</string>
674-
<string name="no_appropriate_file_manager_message">No appropriate file-manager was found for this action.\nPlease install a file-manager or try to enable/disable \'%s\' in the download-settings.</string>
674+
<string name="no_appropriate_file_manager_message">No appropriate file manager was found for this action.\nPlease install a file manager or try to enable/disable \'%s\' in the download settings.</string>
675675
<string name="georestricted_content">This content is not available in your country.</string>
676676
<string name="soundcloud_go_plus_content">This is a SoundCloud Go+ track, at least in your country, so it cannot be streamed or downloaded by NewPipe.</string>
677677
<string name="private_content">This content is private, so it cannot be streamed or downloaded by NewPipe.</string>

0 commit comments

Comments
 (0)