[shotwell] Fix spelling of "YouTube"



commit 3d2acfe4204629df7fe62098e2c1810949776dca
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Oct 2 18:12:57 2016 +0200

    Fix spelling of "YouTube"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772339

 plugins/shotwell-publishing/YouTubePublishing.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/shotwell-publishing/YouTubePublishing.vala 
b/plugins/shotwell-publishing/YouTubePublishing.vala
index 0e5da17..48241bd 100644
--- a/plugins/shotwell-publishing/YouTubePublishing.vala
+++ b/plugins/shotwell-publishing/YouTubePublishing.vala
@@ -360,7 +360,7 @@ public class YouTubePublisher : Publishing.RESTSupport.GooglePublisher {
             warning("Could not parse UI file! Error: %s.", e.message);
             get_host().post_error(
                 new Spit.Publishing.PublishingError.LOCAL_FILE_ERROR(
-                    _("A file required for publishing is unavailable. Publishing to Youtube can’t 
continue.")));
+                    _("A file required for publishing is unavailable. Publishing to YouTube can’t 
continue.")));
             return;
         }
 


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