From d008b4fd8d3e3781ffec38c08b1f3169ea963cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Pavl=C3=ADk?= Date: Thu, 26 May 2016 01:11:26 +0200 Subject: [PATCH] Latin grammar fix --- include/txt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/txt.php b/include/txt.php index 9d46c18..79ad74d 100644 --- a/include/txt.php +++ b/include/txt.php @@ -14,7 +14,7 @@ $txt['usage']['ky'] = 'Kyriale'; $txt['usage']['of'] = 'Offertorium'; $txt['usage']['ps'] = 'Psalmus'; $txt['usage']['re'] = 'Responsorium'; -$txt['usage']['rb'] = 'Responsorium brevis'; +$txt['usage']['rb'] = 'Responsorium breve'; $txt['usage']['se'] = 'Sequentia'; $txt['usage']['tr'] = 'Tractus'; $txt['usage']['or'] = 'Toni Communes';