f-spot r4565 - trunk/src/Widgets



Author: sdelcroix
Date: Tue Nov  4 07:52:59 2008
New Revision: 4565
URL: http://svn.gnome.org/viewvc/f-spot?rev=4565&view=rev

Log:
tone down the language, even in never thrown exception

Modified:
   trunk/src/Widgets/CustomPrintWidget.cs

Modified: trunk/src/Widgets/CustomPrintWidget.cs
==============================================================================
--- trunk/src/Widgets/CustomPrintWidget.cs	(original)
+++ trunk/src/Widgets/CustomPrintWidget.cs	Tue Nov  4 07:52:59 2008
@@ -56,7 +56,7 @@
 				else if (fill.Active)	return FitMode.Fill;
 				else if (scaled.Active)	return FitMode.Scaled;
 				else
-					throw new Exception ("Something is fucked on this GUI");
+					throw new Exception ("Something is wrong on this GUI");
 			}
 		}
 



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