[extensions-web] js: Reword the tipsy tooltip



commit 0bdb9932123aaa6361372252557d3aebf82842e5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Dec 8 17:14:00 2011 -0500

    js: Reword the tipsy tooltip

 sweettooth/static/js/extensions.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/js/extensions.js b/sweettooth/static/js/extensions.js
index 756a5b9..a7d80ad 100644
--- a/sweettooth/static/js/extensions.js
+++ b/sweettooth/static/js/extensions.js
@@ -302,7 +302,7 @@ function($, messages, dbusProxy, extensionUtils) {
         var svm = $(this).data('svm');
         var vpk = extensionUtils.grabProperExtensionVersion(svm, dbusProxy.ShellVersion);
         if (vpk === null) {
-            $(this).addClass('out-of-date').attr('title', "This extension is out of date").tipsy({ gravity: 's', fade: true });
+            $(this).addClass('out-of-date').attr('title', "This extension is incompatible with your version of GNOME").tipsy({ gravity: 's', fade: true });
         }
     });
 



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