[gnome-disk-utility] Fixed a typo in a string similar to another one: one less string to translate



commit be4279fa50505ba265a1840bc6bf002443b416ea
Author: Milo Casagrande <milo ubuntu com>
Date:   Tue Aug 11 15:04:57 2009 +0200

    Fixed a typo in a string similar to another one: one less string to translate

 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 c83dd9d..b009d06 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 be owned by you. "
+                                       "If checked, the created file system be will 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]