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 Walter Bender <walter@walter-laptop.(none)>2009-03-02 14:45:12 (GMT)
commita8636de076deafa686770a9cb4393138e2ff1a11 (patch)
treed0c5ceda8e9d5d263cf85c9f80ec1965f089e506
parent9fa6e94c3c25e44328f8e97f046b388c599c5969 (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):