[dconf-editor] Change "About" text.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Change "About" text.
- Date: Thu, 20 Sep 2018 08:00:13 +0000 (UTC)
commit efd88fcd9b535f3e3a1ccbb790059a4f9f8373fc
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Thu Sep 20 09:58:32 2018 +0200
Change "About" text.
https://wiki.gnome.org/Initiatives/GnomeGoals/AppMenuRetirement
editor/dconf-window.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/dconf-window.vala b/editor/dconf-window.vala
index ea2628c..ec6240a 100644
--- a/editor/dconf-window.vala
+++ b/editor/dconf-window.vala
@@ -835,9 +835,9 @@ private class DConfWindow : ApplicationWindow
menu.append_section (null, section);
}
- section = new GLib.Menu (); // TODO not accessible in search mode
+ section = new GLib.Menu ();
section.append (_("Keyboard Shortcuts"), "win.show-help-overlay");
- section.append (_("About"), "app.about"); // TODO move as "win."
+ section.append (_("About Dconf Editor"), "app.about"); // TODO move as "win."
section.freeze ();
menu.append_section (null, section);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]