[Android] VideoPlayerActivity: typo
Edward Wang
git at videolan.org
Mon Jan 5 22:07:00 CET 2015
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Mon Jan 5 01:10:06 2015 -0500| [3d2aa91a0feeaeb29143b11d3ba70eaee6b338fb] | committer: Edward Wang
VideoPlayerActivity: typo
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3d2aa91a0feeaeb29143b11d3ba70eaee6b338fb
---
vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
index 4d09f70..7437a9e 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -411,7 +411,7 @@ public class VideoPlayerActivity extends ActionBarActivity implements IVideoPlay
SharedPreferences.Editor editor = mSettings.edit();
editor.putLong(PreferencesActivity.VIDEO_RESUME_TIME, -1);
// Also clear the subs list, because it is supposed to be per session
- // only (like desktop VLC). We don't want the customs subtitle file
+ // only (like desktop VLC). We don't want the custom subtitle files
// to persist forever with this video.
editor.putString(PreferencesActivity.VIDEO_SUBTITLE_FILES, null);
editor.commit();
More information about the Android
mailing list