[gnome-shell] Mark a string to be translatable



commit 476394809a7ad26f4b48f2a7a5318425e11f9a58
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Thu Jul 17 09:48:26 2014 +0300

    Mark a string to be translatable
    
    And replace three points ('...') with the
    unicode character '…'.

 js/ui/runDialog.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/runDialog.js b/js/ui/runDialog.js
index 504e904..1d5e7a5 100644
--- a/js/ui/runDialog.js
+++ b/js/ui/runDialog.js
@@ -270,7 +270,7 @@ const RunDialog = new Lang.Class({
     _restart: function() {
         this._shouldFadeOut = false;
         this.close();
-        Meta.restart('Restarting...');
+        Meta.restart(_("Restarting…"));
     },
 
     open: function() {


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