From b51afc07e286d264820f449f22ac2e1f5ed3f47d Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 16 May 2026 16:13:26 +0100 Subject: [PATCH] Correct the --bar-style description to use the same placeholder as in the option spec. --- po/cs.po | 2 +- po/de.po | 8 ++++---- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/ka.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/ru.po | 4 ++-- po/tr.po | 4 ++-- src/main/help.c | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/po/cs.po b/po/cs.po index 733e2f6..fc0652b 100644 --- a/po/cs.po +++ b/po/cs.po @@ -145,7 +145,7 @@ msgid "STYLE" msgstr "" #: src/main/help.c:376 -msgid "set default bar style to NAME" +msgid "set default bar style to STYLE" msgstr "" #: src/main/help.c:378 diff --git a/po/de.po b/po/de.po index 0a7070c..a559cd2 100644 --- a/po/de.po +++ b/po/de.po @@ -158,15 +158,15 @@ msgstr "setze den NAMEn für visuelle Darstellung" #: src/main/help.c:375 msgid "STYLE" -msgstr "Stil" +msgstr "STIL" #: src/main/help.c:376 -msgid "set default bar style to NAME" -msgstr "setze die voreingestellte Darstellung auf NAME" +msgid "set default bar style to STYLE" +msgstr "setze die voreingestellte Darstellung auf STIL" #: src/main/help.c:378 msgid "SPEC" -msgstr "STIL" +msgstr "SPEC" #: src/main/help.c:379 msgid "also send progress to SPEC" diff --git a/po/fi.po b/po/fi.po index ee35dd6..9e8dfe3 100644 --- a/po/fi.po +++ b/po/fi.po @@ -146,8 +146,8 @@ msgid "STYLE" msgstr "TYYLI" #: src/main/help.c:376 -msgid "set default bar style to NAME" -msgstr "aseta oletuspalkkityyli NIMI:lle" +msgid "set default bar style to STYLE" +msgstr "aseta oletuspalkkityyli TYYLI:lle" #: src/main/help.c:378 msgid "SPEC" diff --git a/po/fr.po b/po/fr.po index a2df8b8..3793e86 100644 --- a/po/fr.po +++ b/po/fr.po @@ -162,8 +162,8 @@ msgid "STYLE" msgstr "STYLE" #: src/main/help.c:376 -msgid "set default bar style to NAME" -msgstr "définir le style de barre par défaut à NOM" +msgid "set default bar style to STYLE" +msgstr "définir le style de barre par défaut à STYLE" #: src/main/help.c:378 msgid "SPEC" diff --git a/po/ka.po b/po/ka.po index 9d19c35..4ccbf8a 100644 --- a/po/ka.po +++ b/po/ka.po @@ -148,7 +148,7 @@ msgid "STYLE" msgstr "" #: src/main/help.c:376 -msgid "set default bar style to NAME" +msgid "set default bar style to STYLE" msgstr "" #: src/main/help.c:378 diff --git a/po/pl.po b/po/pl.po index 5c02d98..a27b29e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -155,7 +155,7 @@ msgid "STYLE" msgstr "STYL" #: src/main/help.c:376 -msgid "set default bar style to NAME" +msgid "set default bar style to STYLE" msgstr "ustaw domyślny styl paska postępu na STYL" #: src/main/help.c:378 diff --git a/po/pt.po b/po/pt.po index 1c7853f..4bdbebd 100644 --- a/po/pt.po +++ b/po/pt.po @@ -148,7 +148,7 @@ msgid "STYLE" msgstr "" #: src/main/help.c:376 -msgid "set default bar style to NAME" +msgid "set default bar style to STYLE" msgstr "" #: src/main/help.c:378 diff --git a/po/ru.po b/po/ru.po index 32cc59a..d2bce5b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -146,8 +146,8 @@ msgid "STYLE" msgstr "СТИЛЬ" #: src/main/help.c:376 -msgid "set default bar style to NAME" -msgstr "задать стиль полоски по умолчанию как НАЗВАНИЕ" +msgid "set default bar style to STYLE" +msgstr "задать стиль полоски по умолчанию как СТИЛЬ" #: src/main/help.c:378 msgid "SPEC" diff --git a/po/tr.po b/po/tr.po index 8b37867..253e49e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -146,8 +146,8 @@ msgid "STYLE" msgstr "BİÇİM" #: src/main/help.c:376 -msgid "set default bar style to NAME" -msgstr "öntanımlı çubuk biçimini İSİM olarak ayarla" +msgid "set default bar style to STYLE" +msgstr "öntanımlı çubuk biçimini BİÇİM olarak ayarla" #: src/main/help.c:378 msgid "SPEC" diff --git a/src/main/help.c b/src/main/help.c index 1ad15c7..ff4a69d 100644 --- a/src/main/help.c +++ b/src/main/help.c @@ -373,7 +373,7 @@ void display_help(void) N_("prefix visual information with NAME"), { 0, 0, 0, 0} }, { "-u", "--bar-style", N_("STYLE"), - N_("set default bar style to NAME"), + N_("set default bar style to STYLE"), { 0, 0, 0, 0} }, { "-x", "--extra-display", N_("SPEC"), N_("also send progress to SPEC"),