* [bug#73097] [PATCH] doc: cookbook: Fix typo in screen-locker-service-type
@ 2024-09-07 13:12 Roman Scherer
2024-09-09 15:25 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Roman Scherer @ 2024-09-07 13:12 UTC (permalink / raw)
To: 73097
Cc: Roman Scherer, Florian Pelz, Julien Lepiller,
Ludovic Courtès, Maxim Cournoyer
The screen locker service type is called screen-locker-service-type, and not
screen-locker-services-type.
* doc/guix-cookbook.texi
* po/doc/guix-cookbook.de.po
* po/doc/guix-cookbook.fr.po
* po/doc/guix-cookbook.ko.po
* po/doc/guix-cookbook.pt_BR.po
* po/doc/guix-cookbook.sk.po
* po/doc/guix-cookbook.sv.po
Change-Id: I191b0cb971f435f283ff8d0278e581372d16ae95
---
doc/guix-cookbook.texi | 2 +-
po/doc/guix-cookbook.de.po | 4 ++--
po/doc/guix-cookbook.fr.po | 4 ++--
po/doc/guix-cookbook.ko.po | 2 +-
po/doc/guix-cookbook.pt_BR.po | 4 ++--
po/doc/guix-cookbook.sk.po | 2 +-
po/doc/guix-cookbook.sv.po | 2 +-
7 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 4c2b23786c..e41d584813 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -2453,7 +2453,7 @@ Xorg
can be achieved by adding the following service to your @file{config.scm}:
@lisp
-(service screen-locker-services-type
+(service screen-locker-service-type
(screen-locker-configuration
(name "slock")
(program (file-append slock "/bin/slock"))))
diff --git a/po/doc/guix-cookbook.de.po b/po/doc/guix-cookbook.de.po
index c10cfe2922..508fb522a2 100644
--- a/po/doc/guix-cookbook.de.po
+++ b/po/doc/guix-cookbook.de.po
@@ -4520,12 +4520,12 @@ msgstr "Damit slock aber überhaupt die Berechtigung dafür erteilt bekommt, Bil
#: guix-git/doc/guix-cookbook.texi:2460
#, no-wrap
msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
" (screen-locker-configuration\n"
" (name \"slock\")\n"
" (program (file-append slock \"/bin/slock\"))))\n"
msgstr ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
" (screen-locker-configuration\n"
" (name \"slock\")\n"
" (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.fr.po b/po/doc/guix-cookbook.fr.po
index f22aa9d7e8..a75240dc0b 100644
--- a/po/doc/guix-cookbook.fr.po
+++ b/po/doc/guix-cookbook.fr.po
@@ -4537,12 +4537,12 @@ msgstr "Pour que slock puisse verrouiller l'écran de la session graphique, il d
#: guix-git/doc/guix-cookbook.texi:2460
#, no-wrap
msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
" (screen-locker-configuration\n"
" (name \"slock\")\n"
" (program (file-append slock \"/bin/slock\"))))\n"
msgstr ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
" (screen-locker-configuration\n"
" (name \"slock\")\n"
" (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.ko.po b/po/doc/guix-cookbook.ko.po
index a3624f095a..6c4ba97c61 100644
--- a/po/doc/guix-cookbook.ko.po
+++ b/po/doc/guix-cookbook.ko.po
@@ -4208,7 +4208,7 @@ msgstr ""
#: guix-git/doc/guix-cookbook.texi:2459
#, no-wrap
msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
" (screen-locker-configuration\n"
" (name \"slock\")\n"
" (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.pt_BR.po b/po/doc/guix-cookbook.pt_BR.po
index 509d12cede..e7198a37d4 100644
--- a/po/doc/guix-cookbook.pt_BR.po
+++ b/po/doc/guix-cookbook.pt_BR.po
@@ -4538,12 +4538,12 @@ msgstr "Para que o slock possa ser um bloqueador de tela para a sessão gráfica
#: doc/guix-cookbook.texi:2460
#, no-wrap
msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
" (screen-locker-configuration\n"
" (name \"slock\")\n"
" (program (file-append slock \"/bin/slock\"))))\n"
msgstr ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
" (screen-locker-configuration\n"
" (name \"slock\")\n"
" (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.sk.po b/po/doc/guix-cookbook.sk.po
index 37d1568896..1aa0b5e527 100644
--- a/po/doc/guix-cookbook.sk.po
+++ b/po/doc/guix-cookbook.sk.po
@@ -4507,7 +4507,7 @@ msgstr "Aby mohol slock uzamknúť obrazovku grafického sedenia, musí mať nas
#| " (postgresql-configuration\n"
#| " (postgresql postgresql-14)))\n"
msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
" (screen-locker-configuration\n"
" (name \"slock\")\n"
" (program (file-append slock \"/bin/slock\"))))\n"
diff --git a/po/doc/guix-cookbook.sv.po b/po/doc/guix-cookbook.sv.po
index 276d6e5e83..93f6bb16b8 100644
--- a/po/doc/guix-cookbook.sv.po
+++ b/po/doc/guix-cookbook.sv.po
@@ -3877,7 +3877,7 @@ msgstr ""
#: doc/guix-cookbook.texi:2460
#, no-wrap
msgid ""
-"(service screen-locker-services-type\n"
+"(service screen-locker-service-type\n"
" (screen-locker-configuration\n"
" (name \"slock\")\n"
" (program (file-append slock \"/bin/slock\"))))\n"
base-commit: b2f9231cd9ff0ce326e36e258a4d14484d6e2199
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#73097] [PATCH] doc: cookbook: Fix typo in screen-locker-service-type
2024-09-07 13:12 [bug#73097] [PATCH] doc: cookbook: Fix typo in screen-locker-service-type Roman Scherer
@ 2024-09-09 15:25 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-09-09 15:25 UTC (permalink / raw)
To: Roman Scherer; +Cc: Julien Lepiller, Florian Pelz, Maxim Cournoyer, 73097-done
Roman Scherer <roman@burningswell.com> skribis:
> The screen locker service type is called screen-locker-service-type, and not
> screen-locker-services-type.
>
> * doc/guix-cookbook.texi
> * po/doc/guix-cookbook.de.po
> * po/doc/guix-cookbook.fr.po
> * po/doc/guix-cookbook.ko.po
> * po/doc/guix-cookbook.pt_BR.po
> * po/doc/guix-cookbook.sk.po
> * po/doc/guix-cookbook.sv.po
>
> Change-Id: I191b0cb971f435f283ff8d0278e581372d16ae95
Applied, but without the .po changes, which are taken care of
independently on Weblate.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-09 15:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-07 13:12 [bug#73097] [PATCH] doc: cookbook: Fix typo in screen-locker-service-type Roman Scherer
2024-09-09 15:25 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.