From 664e3e4d53188d0e1c5b74b7cc3656b760a72610 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 8 Nov 2011 04:39:04 +0000 Subject: [PATCH] * don't confuse movie lookups with subtitle lookups --- .../filebot/ui/subtitle/VideoHashSubtitleDownloadDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/sourceforge/filebot/ui/subtitle/VideoHashSubtitleDownloadDialog.java b/source/net/sourceforge/filebot/ui/subtitle/VideoHashSubtitleDownloadDialog.java index a9ba4de7..a000028e 100644 --- a/source/net/sourceforge/filebot/ui/subtitle/VideoHashSubtitleDownloadDialog.java +++ b/source/net/sourceforge/filebot/ui/subtitle/VideoHashSubtitleDownloadDialog.java @@ -180,7 +180,7 @@ class VideoHashSubtitleDownloadDialog extends JDialog { } // make subtitle column visible - Analytics.trackEvent(service.getName(), "HashLookup", "Movie", subtitles.size()); // number of positive hash lookups + Analytics.trackEvent(service.getName(), "HashLookup", "Subtitle", subtitles.size()); // number of positive hash lookups mappingModel.setOptionColumnVisible(true); } catch (Exception e) { Logger.getLogger(VideoHashSubtitleDownloadDialog.class.getName()).log(Level.WARNING, e.getMessage());