[gnome-shell] autorun: mark string as translatable



commit 38690d4a097f4c2e5c322d2bb5f656297af6f22b
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Wed Sep 21 21:06:04 2011 +0200

    autorun: mark string as translatable

 js/ui/autorunManager.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/autorunManager.js b/js/ui/autorunManager.js
index 33ba62f..c4671e2 100644
--- a/js/ui/autorunManager.js
+++ b/js/ui/autorunManager.js
@@ -277,7 +277,7 @@ AutorunResidentSource.prototype = {
     __proto__: MessageTray.Source.prototype,
 
     _init: function() {
-        MessageTray.Source.prototype._init.call(this, _('Removable Devices'));
+        MessageTray.Source.prototype._init.call(this, _("Removable Devices"));
 
         this._mounts = [];
 



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