From 52a87a22ec9dbf3071c8953d2a3046cc2d4fa0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 21 Dec 2010 18:23:54 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index eaeeb1590..95530d9ca 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)