[gnome-shell] appDisplay: Add translator comment for "All" filter



commit 52a87a22ec9dbf3071c8953d2a3046cc2d4fa0ec
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Dec 21 18:23:54 2010 +0100

    appDisplay: Add translator comment for "All" filter
    
    The correct translation for "All" depends on context in some
    languages, so add a translator comment.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637559

 js/ui/appDisplay.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index eaeeb15..95530d9 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -151,6 +151,7 @@ ViewByCategories.prototype = {
         this._apps = apps;
         this._view.refresh(apps);
 
+        /* Translators: Filter to display all applications */
         this._addFilter(_("All"), -1);
 
         if (!sections)



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