[kupfer] core.text: Use "Text" as name for the source even here



commit 77d0daf6ef90f7ebc27fb641e7f8787732035ba3
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Tue Mar 29 23:58:55 2011 +0200

    core.text: Use "Text" as name for the source even here

 kupfer/plugin/core/text.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/core/text.py b/kupfer/plugin/core/text.py
index 3f991ef..4431c03 100644
--- a/kupfer/plugin/core/text.py
+++ b/kupfer/plugin/core/text.py
@@ -19,7 +19,7 @@ __author__ = "Ulrik Sverdrup <ulrik sverdrup gmail com>"
 class BasicTextSource (TextSource):
 	"""The most basic TextSource yields one TextLeaf"""
 	def __init__(self):
-		TextSource.__init__(self, name=_("Text Matches"))
+		TextSource.__init__(self, name=_("Text"))
 
 	def get_text_items(self, text):
 		if not text:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]