summaryrefslogtreecommitdiffstats
path: root/src/ncpwrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ncpwrapper.c')
-rw-r--r--src/ncpwrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncpwrapper.c b/src/ncpwrapper.c
index 5a5e24f..749c242 100644
--- a/src/ncpwrapper.c
+++ b/src/ncpwrapper.c
@@ -109,7 +109,7 @@ cb_timeout( TData *data )
if(data->stderr_end && data->stdout_end)
{
if(data->count == 0)
- show_message(GTK_MESSAGE_INFO, _("Mounting succesfull"), "",_("Mounted to \"%s\" directory."),cmd_params.mount_point);
+ show_message(GTK_MESSAGE_INFO, _("Mounting successful"), "",_("Mounted to \"%s\" directory."),cmd_params.mount_point);
g_source_remove(data->timeout);
}