[banshee] DaapErrorView: Update error message for iTunes shares (bgo#661295)



commit 6cf56a5a84ed2f8ff73caa551ef27a78d3ac7177
Author: Timothy Arceri <t_fridey yahoo com au>
Date:   Sun Oct 9 10:52:55 2011 +0200

    DaapErrorView: Update error message for iTunes shares (bgo#661295)
    
    Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>

 .../Banshee.Daap/Banshee.Daap/DaapErrorView.cs     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Extensions/Banshee.Daap/Banshee.Daap/DaapErrorView.cs b/src/Extensions/Banshee.Daap/Banshee.Daap/DaapErrorView.cs
index 06f1f9e..e4626ca 100644
--- a/src/Extensions/Banshee.Daap/Banshee.Daap/DaapErrorView.cs
+++ b/src/Extensions/Banshee.Daap/Banshee.Daap/DaapErrorView.cs
@@ -101,7 +101,7 @@ namespace Banshee.Daap
                     "iTunes\u00ae 7 introduced new compatibility issues and currently only " +
                     "works with other iTunes\u00ae 7 clients.\n\n" +
                     "No third-party clients can connect to iTunes\u00ae music shares anymore. " +
-                    "This is an intentional limitation by Apple in iTunes\u00ae 7 and we apologize for " +
+                    "This is an intentional limitation by Apple in iTunes\u00ae 7 and newer, we apologize for " +
                     "the unfortunate inconvenience."
                 ));
             } else {
@@ -136,7 +136,7 @@ namespace Banshee.Daap
                 LinkLabel link = new LinkLabel();
                 link.Xalign = 0.0f;
                 link.Markup = String.Format("<u>{0}</u>", GLib.Markup.EscapeText(Catalog.GetString(
-                    "The music share is hosted by iTunes\u00ae 7")));
+                    "The music share is hosted by iTunes\u00ae 7 or newer")));
 
                 link.Clicked += delegate(object o, EventArgs args) {
                     info_link_clicked = true;



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