Mercurial > libervia-web
changeset 778:31c682149d52
browser_side: modify a message to avoid a confusion when fine access blogging is not available
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 30 Nov 2015 16:26:31 +0100 |
parents | c3358ea316e5 |
children | fc941d0d97f8 |
files | src/browser/libervia_main.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.<br />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.<br />You'll only be able to blog publicly.")).show() else: dialog.InfoDialog(_(u"Blogging not available"), _(u"Your server can't handle (micro)blogging.<br />You'll be able to see your contacts (micro)blogs, but not to post yourself.")).show()