[dconf-editor] English correction.



commit 453a41ad6789749c225820c7481ac81abb0f7ad2
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Oct 26 20:17:20 2015 +0100

    English correction.

 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 f0648f9..a0cbd50 100644
--- a/editor/dconf-window.vala
+++ b/editor/dconf-window.vala
@@ -71,7 +71,7 @@ class DConfWindow : ApplicationWindow
 
         Gtk.MessageDialog dialog = new MessageDialog (this, DialogFlags.MODAL, MessageType.INFO, 
ButtonsType.NONE, _("Thanks for using Dconf Editor for editing your configurations!"));
         dialog.format_secondary_text (_("Don't forget that some option may break applications, so be 
careful."));
-        dialog.add_buttons (_("I'd be careful."), ResponseType.ACCEPT);
+        dialog.add_buttons (_("I'll be careful."), ResponseType.ACCEPT);
 
         // TODO don't show box if the user explicitely said she wanted to see the dialog next time?
         Box box = (Box) dialog.get_message_area ();


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