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
This commit is contained in:
Florian Müllner 2010-12-21 18:23:54 +01:00
parent ea63f7562f
commit 52a87a22ec

View File

@ -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)