diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-11-24 12:29:42 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-11-29 11:32:32 +0100 |
commit | 4300facf4bc6fe0d9765db56720ced99c564caa2 (patch) | |
tree | 2fd18fbf103d6b00f289890ad49db0f7b87b7bd8 /include/svtools | |
parent | 965e6308522a21e77a4b19cafd018973b4097224 (diff) |
tdf#145831: fix typo in PNG
Change-Id: I206ac72d56409b3516f49798fb7f10b3a4c3d721
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125680
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126016
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/strings.hrc b/include/svtools/strings.hrc index b4393c4ebd7b..80d8d2e7fa5c 100644 --- a/include/svtools/strings.hrc +++ b/include/svtools/strings.hrc @@ -95,7 +95,7 @@ #define STR_FORMAT_ID_DIALOG_60 NC_("STR_FORMAT_ID_DIALOG_60", "OpenOffice.org 1.0 dialog") #define STR_FORMAT_ID_FILEGRPDESCRIPTOR NC_("STR_FORMAT_ID_FILEGRPDESCRIPTOR", "Link") #define STR_FORMAT_ID_HTML_NO_COMMENT NC_("STR_FORMAT_ID_HTML_NO_COMMENT", "HTML format without comments") -#define STR_FORMAT_ID_PNG_BITMAP NC_("STR_FORMAT_ID_PNG_BITMAP", "Portable Network Graphic (PNG)") +#define STR_FORMAT_ID_PNG_BITMAP NC_("STR_FORMAT_ID_PNG_BITMAP", "Portable Network Graphics (PNG)") #define STR_ERROR_OBJNOCREATE NC_("STR_ERROR_OBJNOCREATE", "Object % could not be inserted.") #define STR_ERROR_OBJNOCREATE_FROM_FILE NC_("STR_ERROR_OBJNOCREATE_FROM_FILE", "Object from file % could not be inserted.") |