aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-02-10 21:53:53 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2010-02-10 21:53:53 +0100
commitbc79a1408e019be4138e91adf22dc09f23862f7e (patch)
tree66a6b58419a92125bb048cb0fba98d568ba13468
parentDefine path to locale directory. (diff)
downloadredshift-ng-bc79a1408e019be4138e91adf22dc09f23862f7e.tar.gz
redshift-ng-bc79a1408e019be4138e91adf22dc09f23862f7e.tar.bz2
redshift-ng-bc79a1408e019be4138e91adf22dc09f23862f7e.tar.xz
gtk-redshift.py: Use 'redshift' gettext catalog
-rwxr-xr-xsrc/gtk-redshift/gtk-redshift.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtk-redshift/gtk-redshift.py b/src/gtk-redshift/gtk-redshift.py
index cdb4ebe..98fce6a 100755
--- a/src/gtk-redshift/gtk-redshift.py
+++ b/src/gtk-redshift/gtk-redshift.py
@@ -30,8 +30,8 @@ import gtk, glib
if __name__ == '__main__':
# Internationalisation
- gettext.bindtextdomain('gtk-redshift')
- gettext.textdomain('gtk-redshift')
+ gettext.bindtextdomain('redshift')
+ gettext.textdomain('redshift')
_ = gettext.gettext
# Start redshift with arguments from the command line