From 1897cabdcf1a1d1bd223f6dc90ac4daf08ed745a Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Sun, 10 Dec 2023 11:26:22 +0100
Subject: [PATCH] Do not mis-spell the `gitignore` manual page link

Even in translations, links to the overview pages (such as the one
describing the `.gitignore` file) need to refer to the actual correct
pages whose names are not to be translated.

This was reported by Todd Zullinger as a broken link to the manual page
in https://lore.kernel.org/git/ZWVIRXodL9pQZbtj@pobox.com/.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
 po/documentation.pt_BR.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/documentation.pt_BR.po b/po/documentation.pt_BR.po
index 8564bd1..6a62bf4 100644
--- a/po/documentation.pt_BR.po
+++ b/po/documentation.pt_BR.po
@@ -12661,7 +12661,7 @@ msgstr "Em vez de imprimir quais os caminhos foram excluĂ­dos, para cada caminho
 #: en/git-check-ignore.txt:42
 #, priority:80
 msgid "For precedence rules within and between exclude sources, see linkgit:gitignore[5]."
-msgstr "Para as regras da precedĂȘncia dentro e entre as fontes eliminadas, consulte linkgit:gitignorar[5]."
+msgstr "Para as regras da precedĂȘncia dentro e entre as fontes eliminadas, consulte linkgit:gitignore[5]."
 
 #. type: Plain text
 #: en/git-check-ignore.txt:46
-- 
GitLab