[gparted] Dialog_Rescue_Data.cc: fixed type, director --> directory



commit 3b87931e8747645d182e05efd506f66f64be3044
Author: Tiffany Antopolski <tiffany antopolski com>
Date:   Tue Aug 30 15:05:24 2011 -0400

    Dialog_Rescue_Data.cc: fixed type, director --> directory
    
    This fixes bug# 657744

 src/Dialog_Rescue_Data.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dialog_Rescue_Data.cc b/src/Dialog_Rescue_Data.cc
index 7e2e22d..f48f53c 100644
--- a/src/Dialog_Rescue_Data.cc
+++ b/src/Dialog_Rescue_Data.cc
@@ -164,7 +164,7 @@ void Dialog_Rescue_Data::on_view_clicked(int nPart)
 	char * tmpDirResult = mkdtemp(tmpDir);
 	if ( tmpDirResult == NULL )
 	{
-		Glib::ustring error_txt = _("An error occurred while creating a temporary director for use as a mount point.");
+		Glib::ustring error_txt = _("An error occurred while creating a temporary directory for use as a mount point.");
 		error_txt += "\n";
 		error_txt += _("Error");
 		error_txt += ":\n";



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