diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-10-15 22:41:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-10-16 10:21:08 +0200 |
commit | 65d51875c2a7b27b61de090f1bd6311b0cef2016 (patch) | |
tree | d8d2a77eaec7544e5ff08fedc2b8a1db184c02bc /catalog/systemd.it.catalog.in | |
parent | rules: Add ID_REVISION environment var for NVMe devices (diff) | |
download | systemd-65d51875c2a7b27b61de090f1bd6311b0cef2016.tar.xz systemd-65d51875c2a7b27b61de090f1bd6311b0cef2016.zip |
catalog: fix name of variable
All the messages would (literally) say "The start-up result is RESULT."
because @RESULT@ was not defined.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1639482
and the first part of #8005.
Fixup for 646cc98dc81c4d0edbc1b57e7bca0f474b47e270.
Diffstat (limited to 'catalog/systemd.it.catalog.in')
-rw-r--r-- | catalog/systemd.it.catalog.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/catalog/systemd.it.catalog.in b/catalog/systemd.it.catalog.in index 4fd1f2a933..8ce4fa5d92 100644 --- a/catalog/systemd.it.catalog.in +++ b/catalog/systemd.it.catalog.in @@ -191,7 +191,7 @@ Support: %SUPPORT_URL% L'unità @UNIT@ ha terminato la fase di avvio. -La fase di avvio è @RESULT@. +La fase di avvio è @JOB_RESULT@. -- de5b426a63be47a7b6ac3eaac82e2f6f Subject: L'unità @UNIT@ inizia la fase di spegnimento @@ -214,7 +214,7 @@ Support: %SUPPORT_URL% L'unità @UNIT@ è fallita. -Il risultato è @RESULT@. +Il risultato è @JOB_RESULT@. -- d34d037fff1847e6ae669a370e694725 Subject: L'unità @UNIT@ inizia a caricare la propria configurazione @@ -230,7 +230,7 @@ Support: %SUPPORT_URL% L'unità @UNIT@ è terminata ricaricando la propria configurazione -Il risultato è @RESULT@. +Il risultato è @JOB_RESULT@. -- 641257651c1b4ec9a8624d7a40a9e1e7 Subject: Il processo @EXECUTABLE@ non può essere eseguito |