[kupfer] notes: Add missing gettext _() function
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [kupfer] notes: Add missing gettext _() function
- Date: Mon, 8 Feb 2010 10:53:07 +0000 (UTC)
commit 0a7c5f4a134aa8e6a6dd85f9e6c2644815796c0a
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Mon Feb 8 11:25:02 2010 +0100
notes: Add missing gettext _() function
kupfer/plugin/notes.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/notes.py b/kupfer/plugin/notes.py
index 06b8a2a..6576d55 100644
--- a/kupfer/plugin/notes.py
+++ b/kupfer/plugin/notes.py
@@ -138,7 +138,7 @@ class CreateNote (Action):
class GetNoteSearchResults (Action):
def __init__(self):
- Action.__init__(self, ("Get Note Search Results..."))
+ Action.__init__(self, _("Get Note Search Results..."))
def is_factory(self):
return True
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]