# HG changeset patch # User souliane # Date 1448897191 -3600 # Node ID 31c682149d522895ea3ab199b44be02d9dd5f43f # Parent c3358ea316e5cc1d0d2847eebf93b2bee66c3103 browser_side: modify a message to avoid a confusion when fine access blogging is not available diff -r c3358ea316e5 -r 31c682149d52 src/browser/libervia_main.py --- a/src/browser/libervia_main.py Mon Nov 30 11:44:29 2015 +0100 +++ b/src/browser/libervia_main.py Mon Nov 30 16:26:31 2015 +0100 @@ -381,7 +381,7 @@ if self.mblog_available: if not self.groupblog_available: - dialog.InfoDialog(_(u"Group blogging not available"), _(u"Your server can manage (micro)blogging, but not fine permissions.
You'll only be able to talk publicly.")).show() + dialog.InfoDialog(_(u"Group blogging not available"), _(u"Your server can manage (micro)blogging, but not fine permissions.
You'll only be able to blog publicly.")).show() else: dialog.InfoDialog(_(u"Blogging not available"), _(u"Your server can't handle (micro)blogging.
You'll be able to see your contacts (micro)blogs, but not to post yourself.")).show()