diff cagou/core/menu.py @ 184:c63922860f80

chat: show desktop notification and/or note when suitable
author Goffi <goffi@goffi.org>
date Thu, 10 May 2018 08:32:46 +0200
parents 5cf17930bb09
children c7d15ef4bfa8
line wrap: on
line diff
--- a/cagou/core/menu.py	Tue May 01 21:53:33 2018 +0200
+++ b/cagou/core/menu.py	Thu May 10 08:32:46 2018 +0200
@@ -34,13 +34,13 @@
 import webbrowser
 
 ABOUT_TITLE = _(u"About {}".format(C.APP_NAME))
-ABOUT_CONTENT = _(u"""Cagou (Salut à Toi) v{}
+ABOUT_CONTENT = _(u"""Cagou (Salut à Toi) v{version}
 
 Cagou is a libre communication tool based on libre standard XMPP.
 
 Cagou is part of the "Salut à Toi" project
 more informations at [color=5500ff][ref=website]salut-a-toi.org[/ref][/color]
-""").format(C.APP_VERSION)
+""").format(version=C.APP_VERSION)
 
 
 class AboutContent(Label):