Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_colorgamut_splitcomplementary.py
diff options
context:
space:
mode:
Diffstat (limited to 'ep_colorgamut_splitcomplementary.py')
-rw-r--r--ep_colorgamut_splitcomplementary.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ep_colorgamut_splitcomplementary.py b/ep_colorgamut_splitcomplementary.py
index 4ef3cc0..6efb5dc 100644
--- a/ep_colorgamut_splitcomplementary.py
+++ b/ep_colorgamut_splitcomplementary.py
@@ -1,5 +1,5 @@
# coding: UTF-8
-# Copyright 2009 Thomas Jourdan
+# Copyright 2009, 2010 Thomas Jourdan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -75,7 +75,7 @@ class SplitComplementaryColorGamut(model_locus.Locus):
color.rgba = (rgb[0], rgb[1], rgb[2], rgba[3])
def explain(self, formater):
- formater.text_item('Split complementary color scheme')
+ formater.text_item(_('Split complementary color scheme'))
def copy(self):
"""The SplitComplementaryColorGamut copy constructor