Dialog_Rescue_Data.cc: fixed type, director --> directory
This fixes bug# 657744
This commit is contained in:
parent
a93b63bd92
commit
3b87931e87
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue