[gnome-shell] overview: mark Windows and Application as translatable



commit 3262b6332564e66051d1eeb0e1be8638438c53ed
Author: Luca Ferretti <lferrett gnome org>
Date:   Thu Dec 16 00:29:43 2010 +0100

    overview: mark Windows and Application as translatable

 js/ui/overview.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/overview.js b/js/ui/overview.js
index 5599cd7..21ca951 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());



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