[gnome-color-manager] trivial: Improve the VCGT warning message
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: Improve the VCGT warning message
- Date: Fri, 19 Feb 2010 09:23:54 +0000 (UTC)
commit 234afe4e8dde3e00a6db6f888b8008c1faf7c864
Author: Richard Hughes <richard hughsie com>
Date: Fri Feb 19 09:23:18 2010 +0000
trivial: Improve the VCGT warning message
src/gcm-prefs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index 7153a99..eea7048 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -2736,8 +2736,8 @@ main (int argc, char **argv)
gtk_widget_show (info_bar_loading_label);
/* TRANSLATORS: this is displayed when the profile is crap */
- info_bar_vcgt_label = gtk_label_new (_("Profile does not contain display correction information..."));
- gtk_info_bar_set_message_type (GTK_INFO_BAR(info_bar_vcgt), GTK_MESSAGE_WARNING);
+ info_bar_vcgt_label = gtk_label_new (_("This profile does not have the information required for whole-screen color correction"));
+ gtk_info_bar_set_message_type (GTK_INFO_BAR(info_bar_vcgt), GTK_MESSAGE_INFO);
widget = gtk_info_bar_get_content_area (GTK_INFO_BAR(info_bar_vcgt));
gtk_container_add (GTK_CONTAINER(widget), info_bar_vcgt_label);
gtk_widget_show (info_bar_vcgt_label);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]