Skip to content

Commit 6adf34c

Browse files
otAAAhJenkins
authored andcommitted
chore(i18n): apply Weblate source string fixes
Approved en_US source-string corrections imported from Weblate, including multi-line string reformatting where applicable. Component owner: Andreas Hasenkopf Components: check_and_discovery_engine Change-Id: Ie0dd41a31c3ed786170335d659ea5a300e410f0d
1 parent 0b48365 commit 6adf34c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmk/gui/wato/pages/fetch_agent_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def page(self, ctx: PageContext) -> None:
224224
html.footer()
225225

226226
def _title(self) -> str:
227-
return _("%(host_name)s: Download agent output") % {"host_name": self._request.host.name()}
227+
return _("%(host_name)s: download agent output") % {"host_name": self._request.host.name()}
228228

229229
def _breadcrumb(self, title: str, user_permissions: UserPermissions) -> Breadcrumb:
230230
breadcrumb = make_host_breadcrumb(self._request.host.name(), user_permissions)

cmk/gui/wato/pages/pattern_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def _show_try_form(self) -> None:
215215
forms.section(_("Host name"))
216216
self._vs_host().render_input("host", self._hostname)
217217
forms.section(_("Log file"))
218-
html.help(_("Here you need to insert the original file or pathname"))
218+
html.help(_("Here, you need to insert the original file or path name."))
219219
html.text_input("file", size=80)
220220
forms.section(_("Text to match"))
221221
html.help(

0 commit comments

Comments
 (0)