[gnome-color-manager] Add another translation for a profile warning



commit f22823ad15bcbd794d7b5ebf9bbe920a70d27c49
Author: Richard Hughes <richard hughsie com>
Date:   Thu Apr 25 16:22:35 2013 +0100

    Add another translation for a profile warning

 configure.ac     |    2 +-
 src/gcm-viewer.c |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d9fdf1c..a1e27c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 2.91.0)
 PKG_CHECK_MODULES(LCMS, lcms2 >= 2.2)
 PKG_CHECK_MODULES(X11, x11)
 PKG_CHECK_MODULES(GNOME_DESKTOP, gnome-desktop-3.0)
-PKG_CHECK_MODULES(COLORD, colord >= 0.1.32 colord-gtk >= 0.1.20)
+PKG_CHECK_MODULES(COLORD, colord >= 0.1.34 colord-gtk >= 0.1.20)
 
 dnl **** Check for clutter ****
 AC_ARG_ENABLE(clutter, AS_HELP_STRING([--enable-clutter],[Enable clutter for 3D support]), 
enable_clutter=$enableval, enable_clutter=yes)
diff --git a/src/gcm-viewer.c b/src/gcm-viewer.c
index 8e00271..3567c6e 100644
--- a/src/gcm-viewer.c
+++ b/src/gcm-viewer.c
@@ -962,6 +962,10 @@ cd_icc_warning_to_string (CdProfileWarning kind_enum)
                /* TRANSLATORS: the profile is broken */
                kind = _("The white is not D50 white");
                break;
+       case CD_PROFILE_WARNING_WHITEPOINT_UNLIKELY:
+               /* TRANSLATORS: the profile is broken */
+               kind = _("The whitepoint temperature is unlikely");
+               break;
        default:
                /* TRANSLATORS: the profile is broken */
                kind = _("Unknown warning type");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]