[gedit] Fix typos in the last commit comment



commit bc2f320a09609545d2c41f3c1aaaffd264f460bb
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Jan 18 18:15:06 2015 +0100

    Fix typos in the last commit comment

 gedit/gedit-replace-dialog.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gedit/gedit-replace-dialog.c b/gedit/gedit-replace-dialog.c
index d547502..1b5080a 100644
--- a/gedit/gedit-replace-dialog.c
+++ b/gedit/gedit-replace-dialog.c
@@ -758,10 +758,10 @@ gedit_replace_dialog_new (GeditWindow *window)
                               "use-header-bar", FALSE,
                               NULL);
 
-       /* We force the Find/Replace buttons at the bottom, so we
-        * turn off the automatic header bar, but we check the
-        * setting and if an header bar showld be used we
-        * create it and use it for the close button.
+       /* We want the Find/Replace/ReplaceAll buttons at the bottom,
+        * so we turn off the automatic header bar, but we check the
+        * setting and if a header bar should be used, we create it
+        * manually and use it for the close button.
         */
        g_object_get (gtk_settings_get_default (),
                      "gtk-dialogs-use-header", &use_header,


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