[gnome-sound-recorder/drop-appmenu: 5/6] window: Rename "About" to "About Sound Recorder"
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder/drop-appmenu: 5/6] window: Rename "About" to "About Sound Recorder"
- Date: Mon, 7 Jan 2019 22:28:44 +0000 (UTC)
commit b34471e40da8ffecf01effc718c250d65e4113e7
Author: Felipe Borges <felipeborges gnome org>
Date: Thu Nov 1 11:50:24 2018 +0100
window: Rename "About" to "About Sound Recorder"
Fixes #38
src/mainWindow.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 9abe024..3422e2e 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -124,7 +124,7 @@ const MainWindow = new Lang.Class({
_addAppMenu: function() {
let menu = new Gio.Menu();
menu.append(_("Preferences"), 'app.preferences');
- menu.append(_("About"), 'app.about');
+ menu.append(_("About Sound Recorder"), 'app.about');
menu.append(_("Quit"),'app.quit');
appMenuButton = new Gtk.MenuButton({
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]