Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):