Hi, one word in german translation of the advanced search popup is wrong. (MasterBranch)
en From: To: Subject: Body: Tags: Notes: Attachment: From Date: To Date: de Von: An: Betreff: Nachricht: Kategorie(n): Anmerkung: Anhang: Von Datum: "An Datum:" must be "Bis Datum:" but it cannot be replaced easily in language/de/messages.php because the template file view/theme/default/templates/search/popup.tpl uses same placeholder two times To: <label class="control-label" for="xto"><?php print $text_to; ?>:</label> To Date: <label class="control-label" for="date2"><?php print $text_to; ?> <?php print $text_date; ?>:</label> so please add a new placeholder $text_to_date instead of combining of two placeholders Thanks Kindly regards Chris
