[kupfer] gmail: Use the spelling Gmail consistently
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [kupfer] gmail: Use the spelling Gmail consistently
- Date: Sat, 16 Apr 2011 12:43:44 +0000 (UTC)
commit cb0da294566a4d839e8012535fea2dcf535b6716
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Sat Apr 16 14:43:19 2011 +0200
gmail: Use the spelling Gmail consistently
kupfer/plugin/gmail/__init__.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kupfer/plugin/gmail/__init__.py b/kupfer/plugin/gmail/__init__.py
index 2fedca6..6d45c6b 100644
--- a/kupfer/plugin/gmail/__init__.py
+++ b/kupfer/plugin/gmail/__init__.py
@@ -48,7 +48,7 @@ def is_plugin_configured():
class NewMailAction(Action):
''' Create new mail to selected leaf'''
def __init__(self):
- Action.__init__(self, _('Compose Email in GMail'))
+ Action.__init__(self, _('Compose Email in Gmail'))
def activate(self, obj):
self.activate_multiple((obj, ))
@@ -71,7 +71,7 @@ class NewMailAction(Action):
return bool(email_from_leaf(item))
def get_description(self):
- return _("Open web browser and compose new email in GMail")
+ return _("Open web browser and compose new email in Gmail")
def get_gclient():
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]