Dialog_Rescue_Data.cc: fixed type, director --> directory

This fixes bug# 657744
This commit is contained in:
Tiffany Antopolski 2011-08-30 15:05:24 -04:00 committed by Curtis Gedak
parent a93b63bd92
commit 3b87931e87
1 changed files with 1 additions and 1 deletions

View File

@ -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";