[gnome-documents] Simplify load error message



commit 1aa07f906d9a35c9845088b8c5f6436a607c9feb
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Jan 28 23:52:33 2013 -0500

    Simplify load error message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692564

 src/documents.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/documents.js b/src/documents.js
index 1222948..656e762 100644
--- a/src/documents.js
+++ b/src/documents.js
@@ -923,7 +923,7 @@ const DocumentManager = new Lang.Class({
             return;
 
         // Translators: %s is the title of a document
-        let message = _("Unable to load â%sâ for preview").format(doc.name);
+        let message = _("Oops! Unable to load â%sâ").format(doc.name);
         this.emit('load-error', doc, message, error);
     },
 



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