From 82882e2e83a55feb15c260738f98efa8e47c3dca Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 19 Aug 2008 23:53:48 +0200 Subject: [PATCH] html/search_contents.tmpl: Fix inverted wording choice --- templates/html/search_contents.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/html/search_contents.tmpl b/templates/html/search_contents.tmpl index 64547ba..3388fe3 100644 --- a/templates/html/search_contents.tmpl +++ b/templates/html/search_contents.tmpl @@ -73,9 +73,9 @@ arch_wording = ( architectures_enc == 'any' ? g("all architectures") : g("architecture(s) %s", architectures_enc) ); wording = g("paths that end with"); IF mode == 'filename'; - wording = g("files named"); - ELSIF mode == 'exactfilename'; wording = g("filenames that contain"); + ELSIF mode == 'exactfilename'; + wording = g("files named"); END %] [%# @translators: I'm really sorry :/ %]

[% g('You have searched for %s %s in suite %s, %s, and %s.', -- 2.39.2