From 5cb406a8c3366f0839261f6d51506846d466df4c Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 16 Dec 2021 19:23:53 +0000 Subject: [PATCH] Reword commit message updating documentation translations --- .github/workflows/branch-man.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-man.yml b/.github/workflows/branch-man.yml index 4c55167c..c197f1d2 100644 --- a/.github/workflows/branch-man.yml +++ b/.github/workflows/branch-man.yml @@ -43,7 +43,7 @@ jobs: - name: Build man pages run: | make -C doc locale - git commit -a -m "Update doc locale" + git commit -a -m "Update doc translation catalogs" make -C doc man git commit -a -m "Update man pages"