[gnome-sound-recorder] mainWindow.js: re-name Finish button to "Done"
- From: Meg Ford (Margaret) <megford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] mainWindow.js: re-name Finish button to "Done"
- Date: Sun, 2 Mar 2014 07:39:15 +0000 (UTC)
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]