[f-spot] Make area titles consistent



commit 8c6dae45405fb59dfd3f950c4f06293483b88396
Author: Lorenzo Milesi <maxxer yetopen it>
Date:   Tue Aug 4 23:49:25 2009 +0200

    Make area titles consistent

 src/Widgets/CustomPrintWidget.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Widgets/CustomPrintWidget.cs b/src/Widgets/CustomPrintWidget.cs
index 773f903..ec44c22 100644
--- a/src/Widgets/CustomPrintWidget.cs
+++ b/src/Widgets/CustomPrintWidget.cs
@@ -173,7 +173,7 @@ namespace FSpot.Widgets
 			layout_frame.Child = layout_vbox;
 			Attach (layout_frame, 1, 2, 1, 2);
 
-			Frame cmt_frame = new Frame (Catalog.GetString ("Custom Text: "));
+			Frame cmt_frame = new Frame (Catalog.GetString ("Custom Text"));
 			cmt_frame.Child = custom_text = new Entry ();
 			Attach (cmt_frame, 1, 2, 2, 3);
 



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