[gnome-documents] mainToolbar: Use a "Cancel" button instead of "Done"



commit 9977050395ed81adfc8b41828fcfdd68a6b73a52
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Aug 5 11:16:49 2013 +0200

    mainToolbar: Use a "Cancel" button instead of "Done"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699910

 src/mainToolbar.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainToolbar.js b/src/mainToolbar.js
index c14f80d..34ee6d0 100644
--- a/src/mainToolbar.js
+++ b/src/mainToolbar.js
@@ -205,7 +205,7 @@ const OverviewToolbar = new Lang.Class({
         this._selectionMenu.get_style_context().add_class('selection-menu');
         this.toolbar.set_custom_title(this._selectionMenu);
 
-        let selectionButton = new Gd.HeaderSimpleButton({ label: _("Done") });
+        let selectionButton = new Gd.HeaderSimpleButton({ label: _("Cancel") });
         this.toolbar.pack_end(selectionButton);
         selectionButton.get_style_context().add_class('suggested-action');
         selectionButton.connect('clicked', Lang.bind(this,


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