Related tdf#140849: "Apply and Edit changes" from AutoCorrect crashes LO writer

This patch only fixes the assertion here:
3  0x00007f4d0ae82662 in __GI___assert_fail
    (assertion=0x7f4cef73d9d1 "SAL_N_ELEMENTS(RID_SHELLRES_AUTOFMTSTRS) == STR_AUTOFMTREDL_END", file=0x7f4cef73d961 "/home/julien/lo/libreoffice/sw/source/uibase/utlui/initui.cxx", line=186, function=0x7f4cef73d99f "void ShellResource::GetAutoFormatNameLst_() const") at assert.c:101
4  0x00007f4cef2514b8 in ShellResource::GetAutoFormatNameLst_() const (this=0x747f430) at sw/source/uibase/utlui/initui.cxx:186

Regression from da64ec8c8a91db6a6ec9657898f081d5ee67e739
author	László Németh <nemeth@numbertext.org>	2020-06-01 19:31:38 +0200
committer	László Németh <nemeth@numbertext.org>	2020-06-02 18:40:06 +0200
commit	da64ec8c8a91db6a6ec9657898f081d5ee67e739 (patch)
tree	2bd7d3ddf24ce6c5adeb3c29dd46ead2e1215c0a
parent	2d6395b87218cbf3512aa9b54807a859205006f0 (diff)
tdf#133589 AutoCorrect: transliterate to Old Hungarian

Change-Id: Ib606ffcf5f0d6921c41dcb256af12ff54017a590
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112118
Tested-by: Jenkins
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
diff --git a/sw/inc/utlui.hrc b/sw/inc/utlui.hrc
index 3d356fc..5bf8122 100644
--- a/sw/inc/utlui.hrc
+++ b/sw/inc/utlui.hrc
@@ -45,7 +45,8 @@
    NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Heading $(ARG1)\" Style"),
    NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Bullet\" or \"Numbering\" Style"),
    NC_("RID_SHELLRES_AUTOFMTSTRS", "Combine paragraphs"),
    NC_("RID_SHELLRES_AUTOFMTSTRS", "Add non breaking space")
    NC_("RID_SHELLRES_AUTOFMTSTRS", "Add non breaking space"),
    NC_("RID_SHELLRES_AUTOFMTSTRS", "Transliterates RTL Hungarian text to Old Hungarian script")
};

#endif