diff --git a/Versions/build.txt b/Versions/build.txt
index 00750edc0..b8626c4cf 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-3
+4
diff --git a/language/np3_it_it/menu_it_it.rc b/language/np3_it_it/menu_it_it.rc
index a83ef6e55..345fefc84 100644
--- a/language/np3_it_it/menu_it_it.rc
+++ b/language/np3_it_it/menu_it_it.rc
@@ -447,16 +447,16 @@ BEGIN
BEGIN
POPUP "&Rendering"
BEGIN
- MENUITEM "Default &GDI (no ligatures)", IDM_SET_RENDER_TECH_DEFAULT
- MENUITEM "DirectWrite (&Direct2D)", IDM_SET_RENDER_TECH_D2D
- MENUITEM "DirectWrite &Retain", IDM_SET_RENDER_TECH_D2DRETAIN
- MENUITEM "Direct&Write GDI DC", IDM_SET_RENDER_TECH_D2DDC
+ MENUITEM "Default &GDI (senza legature)", IDM_SET_RENDER_TECH_DEFAULT
+ MENUITEM "DirectWrite (&Direct2D)", IDM_SET_RENDER_TECH_D2D
+ MENUITEM "DirectWrite &Retain", IDM_SET_RENDER_TECH_D2DRETAIN
+ MENUITEM "Direct&Write GDI DC", IDM_SET_RENDER_TECH_D2DDC
END
POPUP "Bidirezionale"
BEGIN
- MENUITEM "Nessuno", IDM_SET_BIDIRECTIONAL_NONE
- MENUITEM "Da SX a DX", IDM_SET_BIDIRECTIONAL_L2R
- MENUITEM "Da DX a SX", IDM_SET_BIDIRECTIONAL_R2L
+ MENUITEM "Nessuno", IDM_SET_BIDIRECTIONAL_NONE
+ MENUITEM "Da SX a DX", IDM_SET_BIDIRECTIONAL_L2R
+ MENUITEM "Da DX a SX", IDM_SET_BIDIRECTIONAL_R2L
END
END
POPUP "Configurazione &avanzata"
diff --git a/language/np3_it_it/strings_it_it.rc b/language/np3_it_it/strings_it_it.rc
index af7a05e45..1be251c16 100644
--- a/language/np3_it_it/strings_it_it.rc
+++ b/language/np3_it_it/strings_it_it.rc
@@ -146,7 +146,7 @@ BEGIN
"Il file ""%s"" non può essere salvato e potrebbe essere protetto.\n\nVuoi aprire %s con diritti amministrativi?"
IDS_MUI_ERR_ADMINEXE "Nessun eseguibile di administration trovato.\nControllare https://rizonesoft.com?"
IDS_MUI_WARN_LOAD_BIG_FILE
- "Sei sicuro di voler aprire questo file grande?\n\t(dimensione: %s >= %s)!\n(Styling and Syntax Highlighting will not be applied!)"
+ "Sei sicuro di voler aprire questo file grande?\n\t(dimensione: %s >= %s)!\n(Le evidenziature di stile e sintassi non saranno applicate!)"
IDS_MUI_ERR_FILE_TOO_LARGE
"Impossibile gestire un file così grande (dimensione: %s)!"
IDS_MUI_WARN_UNKNOWN_EXT
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 52d4f3ce0..9735ab2d9 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 RC2
diff --git a/src/VersionEx.h b/src/VersionEx.h
index cf54e58c7..0c229b9a7 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 303
-#define VERSION_BUILD 3
+#define VERSION_BUILD 4
#define SCINTILLA_VER 431
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27