Skip to content

Commit 0b48365

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: Moritz Kiemer Components: Plugins Change-Id: I59c0d5f45ce5730c520b32edf8807b472c8a1c9c
1 parent 1e90dda commit 0b48365

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmk/gui/plugins/legacy_bakery_rulesets/mk_ms_sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def _get_options() -> list[tuple[str, ValueSpec]]:
440440
label=_("Skip local instances that are not running"),
441441
help=_(
442442
"If enabled, the plug-in will not attempt to connect to "
443-
"locally detected instances that are currently stopped."
443+
"locally detected instances that are currently stopped. "
444444
"Only applicable for Windows."
445445
),
446446
default_value=False,

cmk/plugins/collection/rulesets/bakery_packages.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ def _form_spec() -> Dictionary:
5959
".tar.gz packages that result from baking agents. "
6060
"Note: In order to avoid name changes in packages, the uncompressed TAR "
6161
"packages also have a suffix of .tar.gz. Technically, they are compressed "
62-
"using gzip with a compression level of 0."
62+
"using gzip with a compression level of 0. "
6363
"It's not recommended to activate compression unless you want to deploy "
64-
"large files resulting from custom files or your own bakery plugins. "
64+
"large files resulting from custom files or your own Bakery plug-ins. "
6565
"All large files (larger than a few kb, mainly the agent updater and the "
66-
"agent controller) provided by Checkmk are precompressed and won't benefit "
66+
"Agent Controller) provided by Checkmk are precompressed and won't benefit "
6767
"from enabling compression."
6868
),
6969
label=Label("Apply compression"),

0 commit comments

Comments
 (0)