comparison src/browser/libervia_main.py @ 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 627b9073a2ec
children b3f04e58ec15
comparison
equal deleted inserted replaced
777:c3358ea316e5 778:31c682149d52
379 blog_widget = self.displayWidget(blog.Blog, ()) 379 blog_widget = self.displayWidget(blog.Blog, ())
380 self.setSelected(blog_widget) 380 self.setSelected(blog_widget)
381 381
382 if self.mblog_available: 382 if self.mblog_available:
383 if not self.groupblog_available: 383 if not self.groupblog_available:
384 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() 384 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()
385 385
386 else: 386 else:
387 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() 387 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()
388 388
389 # we fill the panels already here 389 # we fill the panels already here