From 3262b6332564e66051d1eeb0e1be8638438c53ed Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Thu, 16 Dec 2010 00:29:43 +0100 Subject: [PATCH] overview: mark Windows and Application as translatable --- js/ui/overview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ui/overview.js b/js/ui/overview.js index 5599cd7c5..21ca95179 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -171,10 +171,10 @@ Overview.prototype = { this._group.add_actor(this.viewSelector.actor); this._workspacesDisplay = new WorkspacesView.WorkspacesDisplay(); - this.viewSelector.addViewTab("Windows", this._workspacesDisplay.actor); + this.viewSelector.addViewTab(_("Windows"), this._workspacesDisplay.actor); let appView = new AppDisplay.AllAppDisplay(); - this.viewSelector.addViewTab("Applications", appView.actor); + this.viewSelector.addViewTab(_("Applications"), appView.actor); // Default search providers this.viewSelector.addSearchProvider(new AppDisplay.AppSearchProvider());