Commit e44a1e46 authored by Guillaume Seguin's avatar Guillaume Seguin

Use pronterface locale package everywhere

parent e47bc618
......@@ -18,7 +18,7 @@
# Set up Internationalization using gettext
# searching for installed locales on /usr/share; uses relative folder if not found (windows)
from printrun.printrun_utils import install_locale
install_locale('plater')
install_locale('pronterface')
import wx
import sys
......
......@@ -20,7 +20,7 @@ import os
# Set up Internationalization using gettext
# searching for installed locales on /usr/share; uses relative folder if not found (windows)
from printrun.printrun_utils import install_locale
install_locale('plater')
install_locale('pronterface')
import wx
import time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment