banshee r3468 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs



Author: wbolster
Date: Sun Mar 16 19:42:55 2008
New Revision: 3468
URL: http://svn.gnome.org/viewvc/banshee?rev=3468&view=rev

Log:
2008-03-16  Wouter Bolsterlee  <wbolster svn gnome org>

	* src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs:
	Use a real en dash for date ranges. This is 2008 and we
	do speak Unicode nowadays! :)



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs	Sun Mar 16 19:42:55 2008
@@ -83,7 +83,7 @@
                 Banshee.ServiceStack.Application.Version);
             Comments = Catalog.GetString ("Extraordinary Multimedia Management and Playback");
             Copyright = Catalog.GetString (
-                "Copyright \u00a9 2005-2008 Novell, Inc.\n" + 
+                "Copyright \u00a9 2005\u20132008 Novell, Inc.\n" + 
                 "Copyright \u00a9 2005 Aaron Bockover"
             );
             



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