[gnome-sound-recorder] mainWindow.js: re-name Finish button to "Done"



commit 00128bf9746485769c7b31fadeb2a15159b88d86
Author: Meg Ford <meg387 gmail com>
Date:   Sat Mar 1 19:08:27 2014 -0600

    mainWindow.js: re-name Finish button to "Done"

 src/mainWindow.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index c93a2fc..d63487b 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -277,7 +277,7 @@ const MainView = new Lang.Class({
         this.toolbarStart.get_style_context().add_class(Gtk.STYLE_CLASS_LINKED);
 
         // finish button (stop recording)
-        let stopRecord = new Gtk.Button({ label: _("Finish"),
+        let stopRecord = new Gtk.Button({ label: _("Done"),
                                           margin_bottom: 4,
                                           margin_top: 6,
                                           margin_left: 6,


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