evolution-source-viewer: Change "UID" label to "Identity".
authorMatthew Barnes <mbarnes@redhat.com>
Thu, 5 Jul 2012 12:43:52 +0000 (08:43 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Thu, 5 Jul 2012 12:43:52 +0000 (08:43 -0400)
So it's consistent with the tree view column.

tests/libedataserverui/evolution-source-viewer.c

index eb686be..81c5513 100644 (file)
@@ -691,7 +691,7 @@ source_viewer_constructed (GObject *object)
 
        container = widget;
 
-       widget = gtk_label_new ("UID:");
+       widget = gtk_label_new ("Identity:");
        gtk_box_pack_start (GTK_BOX (container), widget, FALSE, FALSE, 0);
        gtk_widget_show (widget);