[gnome-disk-utility] Fixed in the right way the string of the previous commit



commit 50ee0bea7a31556a191d8c47532cd1770ad739b6
Author: Milo Casagrande <milo ubuntu com>
Date:   Tue Aug 11 15:07:56 2009 +0200

    Fixed in the right way the string of the previous commit

 src/palimpsest/gdu-section-unrecognized.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/palimpsest/gdu-section-unrecognized.c b/src/palimpsest/gdu-section-unrecognized.c
index b009d06..4a8b509 100644
--- a/src/palimpsest/gdu-section-unrecognized.c
+++ b/src/palimpsest/gdu-section-unrecognized.c
@@ -465,7 +465,7 @@ gdu_section_unrecognized_init (GduSectionUnrecognized *section)
         gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check_button), TRUE);
         gtk_widget_set_tooltip_text (check_button,
                                      _("The selected file system has a concept of file ownership. "
-                                       "If checked, the created file system be will owned by you. "
+                                       "If checked, the created file system will be owned by you. "
                                        "If not checked, only the super user can access the file system."));
         gtk_table_attach (GTK_TABLE (table), check_button, 0, 2, row, row + 1,
                           GTK_FILL, GTK_EXPAND | GTK_FILL, 2, 2);



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