summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-24 12:29:42 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-11-29 11:32:32 +0100
commit4300facf4bc6fe0d9765db56720ced99c564caa2 (patch)
tree2fd18fbf103d6b00f289890ad49db0f7b87b7bd8
parent965e6308522a21e77a4b19cafd018973b4097224 (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
-rw-r--r--filter/source/config/fragments/filters/PNG___Portable_Network_Graphic.xcu2
-rw-r--r--filter/source/config/fragments/filters/calc_png_Export.xcu2
-rw-r--r--filter/source/config/fragments/filters/draw_png_Export.xcu2
-rw-r--r--filter/source/config/fragments/filters/impress_png_Export.xcu2
-rw-r--r--filter/source/config/fragments/filters/writer_png_Export.xcu2
-rw-r--r--filter/source/config/fragments/filters/writer_web_png_Export.xcu2
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/png_Export.xcu2
-rw-r--r--filter/source/config/fragments/internalgraphicfilters/png_Import.xcu2
-rw-r--r--include/svtools/strings.hrc2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs2
10 files changed, 10 insertions, 10 deletions
diff --git a/filter/source/config/fragments/filters/PNG___Portable_Network_Graphic.xcu b/filter/source/config/fragments/filters/PNG___Portable_Network_Graphic.xcu
index 6a0b9d545b6b..b321ab6da49e 100644
--- a/filter/source/config/fragments/filters/PNG___Portable_Network_Graphic.xcu
+++ b/filter/source/config/fragments/filters/PNG___Portable_Network_Graphic.xcu
@@ -21,7 +21,7 @@
<prop oor:name="FilterService"/>
<prop oor:name="UserData"><value></value></prop>
<prop oor:name="UIName">
- <value xml:lang="en-US">PNG - Portable Network Graphic</value>
+ <value xml:lang="en-US">PNG - Portable Network Graphics</value>
</prop>
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>png_Portable_Network_Graphic</value></prop>
diff --git a/filter/source/config/fragments/filters/calc_png_Export.xcu b/filter/source/config/fragments/filters/calc_png_Export.xcu
index a67677abed5e..bdc49e484d42 100644
--- a/filter/source/config/fragments/filters/calc_png_Export.xcu
+++ b/filter/source/config/fragments/filters/calc_png_Export.xcu
@@ -11,7 +11,7 @@
<prop oor:name="FilterService"><value>com.sun.star.comp.GraphicExportFilter</value></prop>
<prop oor:name="UserData"><value></value></prop>
<prop oor:name="UIName">
- <value xml:lang="en-US">PNG - Portable Network Graphic</value>
+ <value xml:lang="en-US">PNG - Portable Network Graphics</value>
</prop>
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>png_Portable_Network_Graphic</value></prop>
diff --git a/filter/source/config/fragments/filters/draw_png_Export.xcu b/filter/source/config/fragments/filters/draw_png_Export.xcu
index a5517a8c68dc..5ba112cc53ea 100644
--- a/filter/source/config/fragments/filters/draw_png_Export.xcu
+++ b/filter/source/config/fragments/filters/draw_png_Export.xcu
@@ -21,7 +21,7 @@
<prop oor:name="FilterService"/>
<prop oor:name="UserData"><value></value></prop>
<prop oor:name="UIName">
- <value xml:lang="en-US">PNG - Portable Network Graphic</value>
+ <value xml:lang="en-US">PNG - Portable Network Graphics</value>
</prop>
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>png_Portable_Network_Graphic</value></prop>
diff --git a/filter/source/config/fragments/filters/impress_png_Export.xcu b/filter/source/config/fragments/filters/impress_png_Export.xcu
index f4884175bab1..f2de7528d734 100644
--- a/filter/source/config/fragments/filters/impress_png_Export.xcu
+++ b/filter/source/config/fragments/filters/impress_png_Export.xcu
@@ -21,7 +21,7 @@
<prop oor:name="FilterService"/>
<prop oor:name="UserData"><value></value></prop>
<prop oor:name="UIName">
- <value xml:lang="en-US">PNG - Portable Network Graphic</value>
+ <value xml:lang="en-US">PNG - Portable Network Graphics</value>
</prop>
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>png_Portable_Network_Graphic</value></prop>
diff --git a/filter/source/config/fragments/filters/writer_png_Export.xcu b/filter/source/config/fragments/filters/writer_png_Export.xcu
index 8dd58b35139c..1ea189ee6519 100644
--- a/filter/source/config/fragments/filters/writer_png_Export.xcu
+++ b/filter/source/config/fragments/filters/writer_png_Export.xcu
@@ -21,7 +21,7 @@
<prop oor:name="FilterService"><value>com.sun.star.comp.GraphicExportFilter</value></prop>
<prop oor:name="UserData"><value></value></prop>
<prop oor:name="UIName">
- <value xml:lang="en-US">PNG - Portable Network Graphic</value>
+ <value xml:lang="en-US">PNG - Portable Network Graphics</value>
</prop>
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>png_Portable_Network_Graphic</value></prop>
diff --git a/filter/source/config/fragments/filters/writer_web_png_Export.xcu b/filter/source/config/fragments/filters/writer_web_png_Export.xcu
index 424161cbc071..4c44173bf5bb 100644
--- a/filter/source/config/fragments/filters/writer_web_png_Export.xcu
+++ b/filter/source/config/fragments/filters/writer_web_png_Export.xcu
@@ -12,7 +12,7 @@
<prop oor:name="FilterService"><value>com.sun.star.comp.GraphicExportFilter</value></prop>
<prop oor:name="UserData"><value></value></prop>
<prop oor:name="UIName">
- <value xml:lang="en-US">PNG - Portable Network Graphic</value>
+ <value xml:lang="en-US">PNG - Portable Network Graphics</value>
</prop>
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>png_Portable_Network_Graphic</value></prop>
diff --git a/filter/source/config/fragments/internalgraphicfilters/png_Export.xcu b/filter/source/config/fragments/internalgraphicfilters/png_Export.xcu
index 5f94ab304a26..95fc65272fec 100644
--- a/filter/source/config/fragments/internalgraphicfilters/png_Export.xcu
+++ b/filter/source/config/fragments/internalgraphicfilters/png_Export.xcu
@@ -21,7 +21,7 @@
<prop oor:name="RealFilterName"/>
<prop oor:name="UIComponent"><value>com.sun.star.svtools.SvFilterOptionsDialog</value></prop>
<prop oor:name="UIName">
- <value xml:lang="en-US">PNG - Portable Network Graphic</value>
+ <value xml:lang="en-US">PNG - Portable Network Graphics</value>
</prop>
<prop oor:name="Flags"><value>EXPORT</value></prop>
</node>
diff --git a/filter/source/config/fragments/internalgraphicfilters/png_Import.xcu b/filter/source/config/fragments/internalgraphicfilters/png_Import.xcu
index 1defed70b8f9..cbc4c650734f 100644
--- a/filter/source/config/fragments/internalgraphicfilters/png_Import.xcu
+++ b/filter/source/config/fragments/internalgraphicfilters/png_Import.xcu
@@ -21,7 +21,7 @@
<prop oor:name="RealFilterName"><value>PNG - Portable Network Graphic</value></prop>
<prop oor:name="UIComponent"/>
<prop oor:name="UIName">
- <value xml:lang="en-US">PNG - Portable Network Graphic</value>
+ <value xml:lang="en-US">PNG - Portable Network Graphics</value>
</prop>
<prop oor:name="Flags"><value>IMPORT</value></prop>
</node>
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.")
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index d967d748b90a..dac495521742 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -4702,7 +4702,7 @@
<prop oor:name="Translucent" oor:type="xs:int" oor:nillable="false">
<!-- OldPath: PNG-EXPORT-TRANSLUCENT -->
<!-- OldLocation: fltopt.ini -->
- <!-- UIHints: File Export Filetype PNG-Portable Network Graphic -->
+ <!-- UIHints: File Export Filetype PNG-Portable Network Graphics -->
<info>
<desc>Specifies if the graphic background is stored as
transparent.</desc>