~soker/betcon/master

« back to all changes in this revision

Viewing changes to src/stats.py

  • Committer: Eduardo Parra
  • Date: 2018-02-10 19:14:44 UTC
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: git-v1:de8806d564b33d155f9f1629ce82642d2bb9f444
Tags: 1.7.1
1. Fixed languages

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                uic.loadUi(directory + "/../ui/stats.ui", self)
18
18
                gettext.textdomain("betcon")
19
19
                gettext.bindtextdomain("betcon", "../lang/mo")
 
20
                gettext.bindtextdomain("betcon", "/usr/share/locale")
20
21
                self.mainWindows = mainWindows
21
22
                self.mainWindows.setWindowTitle(_("Stats") + " | Betcon v" + mainWindows.version)
22
23