From 6cf6e16c4ad88a4a5211540db2314d34e705a1e5 Mon Sep 17 00:00:00 2001
From: Automated System <gitea@mirror.git.trinitydesktop.org>
Date: Tue, 3 Mar 2026 18:24:22 +0000
Subject: Fix plural form of translations. The leading '_n: ' should not be
 part of the translations.

---
 tde-i18n-ia/messages/tdebase/kappfinder.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tde-i18n-ia/messages/tdebase/kappfinder.po b/tde-i18n-ia/messages/tdebase/kappfinder.po
index f5392e29112..9bc26437c98 100644
--- a/tde-i18n-ia/messages/tdebase/kappfinder.po
+++ b/tde-i18n-ia/messages/tdebase/kappfinder.po
@@ -81,7 +81,7 @@ msgid ""
 "_n: Summary: found %n application\n"
 "Summary: found %n applications"
 msgstr ""
-"_n: Summario: %n application trovate\n"
+"Summario: %n application trovate\n"
 "Summario: %n applicationes trovate"
 
 #: toplevel.cpp:288
@@ -90,5 +90,5 @@ msgid ""
 "_n: %n application was added to the TDE menu system.\n"
 "%n applications were added to the TDE menu system."
 msgstr ""
-"_n: %n application esseva addite al systema de menu de TDE.\n"
+"%n application esseva addite al systema de menu de TDE.\n"
 "%n applicationes esseva addite al systema de menu de TDE."
-- 
cgit v1.2.3

