* src/filters/MatchSndEx2.py: Typo.

* src/plugins/RelGraph.py: Typo.
* src/plugins/book.glade: Remove initial text from the labels.
* src/po/template.po: Updated translation template for 0.98.0.
* src/po/ru.po: Russian translation for 0.98.0.


svn: r2403
This commit is contained in:
Alex Roitman
2003-11-30 02:54:54 +00:00
parent 2992295ee8
commit 3da8a885a1
6 changed files with 2208 additions and 2058 deletions

View File

@@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
"Names with SoundEx code of ..."
import Filter
@@ -36,6 +38,6 @@ class MatchSndEx2(Filter.Filter):
#
#------------------------------------------------------------------------
Filter.register_filter(MatchSndEx2,
description=_("Names with tSoundEx code of ..."),
description=_("Names with the SoundEx code of ..."),
label=_("SoundEx Code"),
qualifier=1)