Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-03-01 20:54:09 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-03-02 06:32:19 (GMT)
commit13fb8a2f7bdc0c5d884398e6a67c61d001e62ac7 (patch)
treed0c5ceda8e9d5d263cf85c9f80ec1965f089e506
parent513d8cb45a8fc24383268a8c8bb5b67379bab625 (diff)
_Typo in alert
-rw-r--r--xol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xol.py b/xol.py
index eee2549..afa5abf 100644
--- a/xol.py
+++ b/xol.py
@@ -21,7 +21,7 @@ logger = logging.getLogger('infoslicer')
def publish(activity, force=False):
if not [i for i in book.custom.index if i['ready']]:
alert = NotifyAlert(
- title=_('Nothing to publich'),
+ title=_('Nothing to publish'),
msg=_('Mark arcticles from "Custom" panel and try again.'))
def response(alert, response_id, activity):