Skip to content

Commit

Permalink
Attempt wwmm#6
Browse files Browse the repository at this point in the history
  • Loading branch information
AsavarTzeth committed Aug 31, 2017
1 parent c3b1fd5 commit 81c88fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PulseEffects/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self):
locale_path = '/app/share/locale'
locale.bindtextdomain(app_name, locale_path)
locale.textdomain(app_name)
locale.setlocale(locale.LC_ALL, 'sv_SE.utf8')
locale.setlocale(locale.LC_ALL, 'sv_SE')

def do_startup(self):
Gtk.Application.do_startup(self)
Expand Down

0 comments on commit 81c88fe

Please sign in to comment.