controls/SearchResultPanel.py
changeset 1556 32e9d0ef30dc
parent 899 64aa66d481c5
child 1571 486f94a8032c
--- a/controls/SearchResultPanel.py	Fri Oct 28 17:21:42 2016 +0300
+++ b/controls/SearchResultPanel.py	Fri Oct 28 18:11:43 2016 +0300
@@ -253,7 +253,7 @@
             else:
                 header_format = _("'%s' - %d matches in project")
             
-            self.HeaderLabel.SetLabel(header_format % (self.Criteria["raw_pattern"], matches_number))
+            self.HeaderLabel.SetLabel(header_format % (self.Criteria["find_pattern"], matches_number))
             self.ResetButton.Enable(True)
             
             if matches_number > 0: