[gnome-documents/gnome-3-2] view: add a translators comment



commit fdd8e67c01e075ecf63121a80188bfb504f7df32
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Sep 29 15:33:06 2011 -0400

    view: add a translators comment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660104

 src/view.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/view.js b/src/view.js
index 2d26011..d3a7acf 100644
--- a/src/view.js
+++ b/src/view.js
@@ -66,6 +66,7 @@ ContextMenu.prototype = {
             // Translators: this is the Open action in a context menu
             openLabel = _("Open with %s").format(apps[0]);
         } else {
+            // Translators: this is the Open action in a context menu
             openLabel = _("Open");
         }
 



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