summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2024-01-12 20:52:38 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2024-01-13 01:37:40 +0100
commitc0b303aaa3d6154acbe054120d11467eb98e6d33 (patch)
treed7b2c038efe6874baf151654f0356ff59386c619 /etc
parent3619dd7d059d1141acf39872f57e55b458dc8257 (diff)
downloadguix-c0b303aaa3d6154acbe054120d11467eb98e6d33.tar.gz
news: Fix 'de' translation.
* etc/news.scm: Fix typo.

Change-Id: I943fed38a444d1403cc5f979a7d6b9f52bedf5dd
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 2b0a90a7f3..ffb483fea0 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -29,7 +29,7 @@
 
  (entry (commit "519e1e3eb88ec532fc83ebb742d9919269b57c87")
         (title
-         (de "Neues Option @samp{--max-layers=N} für den Befehl @command{guix pack}")
+         (de "Neue Option @samp{--max-layers=N} für den Befehl @command{guix pack}")
          (en "New @samp{--max-layers=N} option for the @command{guix pack} command")
          (ru "Новая опция @samp{--max-layers=N} для @command{guix pack} команды"))
         (body
@@ -46,7 +46,7 @@ guix pack --format=docker --max-layers=N --symlink=/usr/bin/hello=bin/hello hell
 @end example
 
 @command{guix system image} kann jetzt geschichtete Docker-Abbilder erzeugen,
-indem Sie @code{--max-layers=N}.
+indem Sie @code{--max-layers=N} übergeben.
 
 Siehe @command{info \"(guix.de) Aufruf von guix pack\"} und
 @command{info \"(guix.de) Systemabbilder\"} für weitere Informationen.")