[dconf-editor] Clearer text.



commit 8d5da93bcd7f8fbf93b221071eb0422bec716cae
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Nov 25 16:44:10 2017 +0100

    Clearer text.

 editor/dconf-window.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/editor/dconf-window.vala b/editor/dconf-window.vala
index 65f2def..d5d678b 100644
--- a/editor/dconf-window.vala
+++ b/editor/dconf-window.vala
@@ -261,7 +261,7 @@ class DConfWindow : ApplicationWindow
         {
             section = new GLib.Menu ();
             section.append (_("Reset visible keys"), "win.reset-visible");
-            section.append (_("Reset recursively"), "win.reset-recursive");
+            section.append (_("Reset view recursively"), "win.reset-recursive");
             section.freeze ();
             menu.append_section (null, section);
         }


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