[gnome-color-manager] trivial: change a couple of strings in the profile viewer to make it clear the preview images are sR



commit 6c71185e02991701be65d67d85ef5b77ef80f05c
Author: Richard Hughes <richard hughsie com>
Date:   Fri Oct 1 16:43:22 2010 +0100

    trivial: change a couple of strings in the profile viewer to make it clear the preview images are sRGB

 src/gcm-viewer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcm-viewer.c b/src/gcm-viewer.c
index 8496adb..962d00e 100644
--- a/src/gcm-viewer.c
+++ b/src/gcm-viewer.c
@@ -1028,8 +1028,8 @@ gcm_viewer_setup_graph_combobox (GcmViewerPrivate *viewer, GtkWidget *widget)
 	gtk_combo_box_append_text (GTK_COMBO_BOX(widget), _("Video card gamma table"));
 
 	/* TRANSLATORS: combo-entry, this is a preview image of what the profile looks like */
-	gtk_combo_box_append_text (GTK_COMBO_BOX(widget), _("Image preview (input)"));
-	gtk_combo_box_append_text (GTK_COMBO_BOX(widget), _("Image preview (output)"));
+	gtk_combo_box_append_text (GTK_COMBO_BOX(widget), _("Image preview (from sRGB)"));
+	gtk_combo_box_append_text (GTK_COMBO_BOX(widget), _("Image preview (to sRGB)"));
 
 	/* get from settings */
 	active = g_settings_get_enum (viewer->settings, GCM_SETTINGS_PROFILE_GRAPH_TYPE);



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