From a2eaa7dafaabe38d668b3842c44bf049b3383bc0 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sun, 5 May 2019 15:41:59 +0200 Subject: [PATCH] MUI - Add translation en-GB and update "Changes.txt" file --- Build/Changes.txt | 11 +++++++++-- language/np3_en_gb/dialogs_en_gb.rc | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index c09f33393..2899484f4 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -30,7 +30,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ================================================== -Current Version 5.19.503.build (2019-May 3) +Current Version 5.19.505.build (2019-May 5) ================================================== -------------------------------------------------- @@ -58,6 +58,8 @@ NEW: -------------------------------------------------- CHANGES: -------------------------------------------------- +- Optimized FileWatching interval for "Chasing Tail" mode + - Make "Add to Favorites" dialog resizable - Make Custom.Schemes and Find/Replace dialog resizable - BOOKMARK (margin flag) style changed to vertical flavor @@ -86,11 +88,15 @@ CHANGES: -------------------------------------------------- ENHANCEMENT: -------------------------------------------------- +- Rework inconsistent line-breaks in status bar + - Rework EOL and Indentation check with dialogs -------------------------------------------------- FIXES: -------------------------------------------------- +- FocusedView started from Find/Replace dialog + - Do not ignore notify change for Paste/Swap/Undo/Redo - Colourise bug on find next (w/ mark occurrences) - Indentation warning dialog @@ -110,7 +116,8 @@ FIXES: -------------------------------------------------- REMOVED: -------------------------------------------------- -- Add here items for later review... +- Compact Encoding Detection (CED) as 2nd encoding detector + (rely on UCHARDET only) -------------------------------------------------- TRANSLATIONS (MUI): diff --git a/language/np3_en_gb/dialogs_en_gb.rc b/language/np3_en_gb/dialogs_en_gb.rc index 69c43dba9..a34f09787 100644 --- a/language/np3_en_gb/dialogs_en_gb.rc +++ b/language/np3_en_gb/dialogs_en_gb.rc @@ -229,7 +229,7 @@ BEGIN LTEXT "%s line(s).",IDC_EOL_SUM_CRLF,48,18,136,8 LTEXT "%s line(s).",IDC_EOL_SUM_CR,48,28,136,8 LTEXT "%s line(s).",IDC_EOL_SUM_LF,48,38,136,8 - LTEXT "&Do you want to normalize the line endings?",IDC_STATIC,7,52,180,8 + LTEXT "&Do you want to normalise the line endings?",IDC_STATIC,7,52,180,8 COMBOBOX IDC_EOLMODELIST,7,64,118,81,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "&Yes",IDOK,138,63,50,14 PUSHBUTTON "&No",IDCANCEL,138,80,50,14