[gnome-disk-utility] Fixed typo in string



commit b0d5454e3942147c9418293cdd05a924f078f5b1
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Fri Jul 6 12:04:02 2012 +0200

    Fixed typo in string

 src/disks/gduformatdiskdialog.c   |    2 +-
 src/disks/gduformatvolumedialog.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/disks/gduformatdiskdialog.c b/src/disks/gduformatdiskdialog.c
index 3d11530..219add6 100644
--- a/src/disks/gduformatdiskdialog.c
+++ b/src/disks/gduformatdiskdialog.c
@@ -402,7 +402,7 @@ gdu_format_disk_dialog_show (GduWindow    *window,
           /* Translators: warning used for quick format */
           str = g_string_new (_("All data on the disk will be lost but may still be recoverable by data recovery services"));
           g_string_append (str, "\n\n");
-          g_string_append (str, _("<b>Tip</b>: If you are planning to recycle, sell or give away your old computer or disk, you should use a more throrough erase type to keep your private information from falling into the wrong hands"));
+          g_string_append (str, _("<b>Tip</b>: If you are planning to recycle, sell or give away your old computer or disk, you should use a more thorough erase type to keep your private information from falling into the wrong hands"));
         }
       else
         {
diff --git a/src/disks/gduformatvolumedialog.c b/src/disks/gduformatvolumedialog.c
index 36db64c..32eb4c1 100644
--- a/src/disks/gduformatvolumedialog.c
+++ b/src/disks/gduformatvolumedialog.c
@@ -164,7 +164,7 @@ gdu_format_volume_dialog_show (GduWindow    *window,
           /* Translators: warning used for quick format of the volume*/
           str = g_string_new (_("All data on the volume will be lost but may still be recoverable by data recovery services"));
           g_string_append (str, "\n\n");
-          g_string_append (str, _("<b>Tip</b>: If you are planning to recycle, sell or give away your old computer or disk, you should use a more throrough erase type to keep your private information from falling into the wrong hands"));
+          g_string_append (str, _("<b>Tip</b>: If you are planning to recycle, sell or give away your old computer or disk, you should use a more thorough erase type to keep your private information from falling into the wrong hands"));
         }
       else
         {



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