Skip to content

Commit

Permalink
Fix about and add real version
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit HERVIER committed Jun 11, 2012
1 parent d12287c commit 063c99e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion khtbma/qml/AboutPage.qml
Expand Up @@ -99,7 +99,7 @@ Page {
font.family: "NokiaPure"
font.pixelSize: 18
font.bold: false
text: qsTr("KhtBMA is an unofficial mobile Battle.net Authentificator. It s based on the following library https://github.com/Adys/python-bna, PySide, Qt")
text: qsTr("KhtBMA is an unofficial Mobile Battle.net Authentificator. It s based on the following library https://github.com/Adys/python-bna, PySide, Qt")
}

ToolBarLayout {
Expand Down
2 changes: 1 addition & 1 deletion make.py
Expand Up @@ -40,7 +40,7 @@
p.display_name = 'KhtBMA'
p.version = khtnotes.__version__
p.buildversion = __build__
p.description="An unofficial Battle.net Authentificator for Nokia n9 and n950 MeeGo Devices."
p.description="An unofficial Battle.net Authenticator for Nokia n9 and n950 MeeGo Devices. Usefull for having more secure login in some Blizzard Games like World of Warcraft and Diablo III."
p.upgrade_description=__upgrade__
p.author=__author__
p.maintainer=__author__
Expand Down

0 comments on commit 063c99e

Please sign in to comment.