From e0edcf1799e1549a04766c272fda385bf27f9117 Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Sat, 7 Jul 2018 09:34:17 +0200 Subject: [PATCH] Minor update for statistics --- LanguageMaster.xml | 16 ++++++++-------- libse/Language.cs | 16 ++++++++-------- src/Forms/Statistics.Designer.cs | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/LanguageMaster.xml b/LanguageMaster.xml index 2a3c597f1..8e12c8f9f 100644 --- a/LanguageMaster.xml +++ b/LanguageMaster.xml @@ -2133,17 +2133,17 @@ Setting a font for a subtitle is normally done in the video player, but can also Most used lines Most used words Nothing found - Number of subtitle lines: {0:#,###} + Number of subtitle lines: {0:#,##0} Number of characters as {0}: {1:#,###,##0} Number of characters in text only: {0:#,###,##0} - Total duration of all subtitles: {0} + Total duration of all subtitles: {0:#,##0} Total characters/second: {0:0.0} seconds - Total words in subtitle: {0} - Number of italic tags: {0} - Number of bold tags: {0} - Number of underline tags: {0} - Number of font tags: {0} - Number of alignment tags: {0} + Total words in subtitle: {0:#,##0} + Number of italic tags: {0:#,##0} + Number of bold tags: {0:#,##0} + Number of underline tags: {0:#,##0} + Number of font tags: {0:#,##0} + Number of alignment tags: {0:#,##0} Subtitle length - minimum: {0} Subtitle length - maximum: {0} Subtitle length - average: {0} diff --git a/libse/Language.cs b/libse/Language.cs index dafbce973..06d2f56df 100644 --- a/libse/Language.cs +++ b/libse/Language.cs @@ -2448,17 +2448,17 @@ can edit in same subtitle file (collaboration)", MostUsed = "Most used...", MostUsedWords = "Most used words", MostUsedLines = "Most used lines", - NumberOfLinesX = "Number of subtitle lines: {0:#,###}", + NumberOfLinesX = "Number of subtitle lines: {0:#,##0}", LengthInFormatXinCharactersY = "Number of characters as {0}: {1:#,###,##0}", NumberOfCharactersInTextOnly = "Number of characters in text only: {0:#,###,##0}", - NumberOfItalicTags = "Number of italic tags: {0}", - TotalDuration = "Total duration of all subtitles: {0}", + NumberOfItalicTags = "Number of italic tags: {0:#,##0}", + TotalDuration = "Total duration of all subtitles: {0:#,##0}", TotalCharsPerSecond = "Total characters/second: {0:0.0} seconds", - TotalWords = "Total words in subtitle: {0}", - NumberOfBoldTags = "Number of bold tags: {0}", - NumberOfUnderlineTags = "Number of underline tags: {0}", - NumberOfFontTags = "Number of font tags: {0}", - NumberOfAlignmentTags = "Number of alignment tags: {0}", + TotalWords = "Total words in subtitle: {0:#,##0}", + NumberOfBoldTags = "Number of bold tags: {0:#,##0}", + NumberOfUnderlineTags = "Number of underline tags: {0:#,##0}", + NumberOfFontTags = "Number of font tags: {0:#,##0}", + NumberOfAlignmentTags = "Number of alignment tags: {0:#,##0}", LineLengthMinimum = "Subtitle length - minimum: {0}", LineLengthMaximum = "Subtitle length - maximum: {0}", LineLengthAverage = "Subtitle length - average: {0}", diff --git a/src/Forms/Statistics.Designer.cs b/src/Forms/Statistics.Designer.cs index 85dc7be90..be8449e6c 100644 --- a/src/Forms/Statistics.Designer.cs +++ b/src/Forms/Statistics.Designer.cs @@ -160,7 +160,7 @@ this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(700, 500); + this.MinimumSize = new System.Drawing.Size(700, 600); this.Name = "Statistics"; this.ShowIcon = false; this.ShowInTaskbar = false;