Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

i18n: replace thg domain with tortoisehg

Changeset de6f29c543f0

Parent a1c36aaeb933

by Steve Borho

Changes to one file · Browse files at de6f29c543f0 Showing diff from parent a1c36aaeb933 Diff from another changeset...

Change 1 of 1 Show Entire File thgutil/​i18n.py Stacked
 
10
11
12
13
14
 
 
 
10
11
12
 
 
13
14
@@ -10,5 +10,5 @@
 from gettext import gettext as _  import paths   -gettext.bindtextdomain("thg", paths.get_locale_path()) -gettext.textdomain("thg") +gettext.bindtextdomain("tortoisehg", paths.get_locale_path()) +gettext.textdomain("tortoisehg")