summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-11-27 08:39:26 +0000
committerRichard Hughes <richard@hughsie.com>2012-11-27 08:39:26 +0000
commite74aad38432d51cc615a050b412ced2c31c335a0 (patch)
tree4f6d9ebde0e37b8f49b7e50d4265a7f536ca2793
parenta60208c07cec4d5f879c8b15db5d9dd7a86be5b6 (diff)
downloadgnome-settings-daemon-e74aad38432d51cc615a050b412ced2c31c335a0.tar.gz
color: Use a clearer copyright string as 'No copyright' isn't always legally valid
-rw-r--r--plugins/color/gsd-color-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/color/gsd-color-manager.c b/plugins/color/gsd-color-manager.c
index d7933d1e..465a36d6 100644
--- a/plugins/color/gsd-color-manager.c
+++ b/plugins/color/gsd-color-manager.c
@@ -605,7 +605,8 @@ gcm_apply_create_icc_profile_for_edid (GsdColorManager *manager,
/* copyright */
ret = _cmsWriteTagTextAscii (lcms_profile,
cmsSigCopyrightTag,
- "No copyright");
+ /* deliberately not translated */
+ "This profile is free of known copyright restrictions.");
if (!ret) {
g_set_error_literal (error,
GSD_COLOR_MANAGER_ERROR,