Mark some words for translation.

svn: r629
This commit is contained in:
David Hampton
2001-12-18 00:00:33 +00:00
parent 70632c4f2a
commit 33fee50a45
7 changed files with 18 additions and 18 deletions

View File

@ -177,7 +177,7 @@ class EventComparison:
my_list.append(person)
if len(my_list) == 0:
gnome.ui.GnomeWarningDialog("No matches were found")
gnome.ui.GnomeWarningDialog(_("No matches were found"))
else:
DisplayChart(my_list)