[gnome-documents] selections: add a translators comment



commit ba6ce79627a70ef8daddb8e4808992c750aabecf
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Mar 27 14:32:52 2013 -0400

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

 src/selections.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/selections.js b/src/selections.js
index 127a347..8500cc1 100644
--- a/src/selections.js
+++ b/src/selections.js
@@ -610,6 +610,7 @@ const OrganizeCollectionDialog = new Lang.Class({
                                        destroy_with_parent: true,
                                        default_width: 400,
                                        default_height: 250,
+        // Translators: "Organize" refers to documents in this context
                                        title: _("Organize") });
 
         this.widget.add_button('gtk-add', OrganizeCollectionDialogResponse.ADD);
@@ -768,6 +769,7 @@ const SelectionToolbar = new Lang.Class({
         // organize button
         this._toolbarCollection = new Gtk.Button({ child: new Gtk.Image ({ icon_name: 'list-add-symbolic',
                                                                            pixel_size: 16 })});
+        // Translators: "Organize" refers to documents in this context
         this._toolbarCollection.set_tooltip_text(_("Organize"));
         this._rightBox.add(this._toolbarCollection);
         this._toolbarCollection.connect('clicked', Lang.bind(this, this._onToolbarCollection));


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