Skip to content

Commit

Permalink
Fixup typo in Export List of SW...
Browse files Browse the repository at this point in the history
Change-Id: Ib271c30ccac808c818da861eb5bcc70f647552f9
  • Loading branch information
Synss committed Oct 9, 2019
1 parent f0478a1 commit 723ecec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmk/gui/plugins/wato/inventory.py
Expand Up @@ -133,7 +133,7 @@ def _valuespec_inv_exports_software_csv():
("filename",
TextAscii(
title=_(
"Export file to create, containing <tt>&ly;HOST&gt;</tt> for the hostname"),
"Export file to create, containing <tt>&lt;HOST&gt;</tt> for the hostname"),
help=_(
"Please specify the path to the export file. The text <tt>&lt;HOST&gt;</tt> "
"will be replaced with the host name the inventory has been done for. "
Expand Down
2 changes: 1 addition & 1 deletion locale/de/LC_MESSAGES/multisite.po
Expand Up @@ -15085,7 +15085,7 @@ msgstr "Als PNG exportieren"
msgid "Export data of views using the CSV export"
msgstr "Daten von Ansichten mit dem CSV-Export exportieren"

msgid "Export file to create, containing <tt>&ly;HOST&gt;</tt> for the hostname"
msgid "Export file to create, containing <tt>&lt;HOST&gt;</tt> for the hostname"
msgstr ""
"Zu erzeugende Export-Datei, <tt>&lt;HOST&gt;</tt> steht dabei für den "
"Hostnamen"
Expand Down

0 comments on commit 723ecec

Please sign in to comment.