diff options
Diffstat (limited to 'libcaja-private')
-rw-r--r-- | libcaja-private/caja-file-operations.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcaja-private/caja-file-operations.c b/libcaja-private/caja-file-operations.c index f7805681..fc400a3a 100644 --- a/libcaja-private/caja-file-operations.c +++ b/libcaja-private/caja-file-operations.c @@ -2154,7 +2154,7 @@ unmount_mount_callback (GObject *source_object, unmounted = g_mount_eject_with_operation_finish (G_MOUNT (source_object), res, &error); if ((!error) || (unmounted == TRUE)){ - caja_application_notify_unmount_show ("It is now safe to remove the drive"); + caja_application_notify_unmount_show (_("It is now safe to remove the drive")); } } else { @@ -2205,7 +2205,7 @@ do_unmount (UnmountData *data) unmount_mount_callback, data); - caja_application_notify_unmount_show ("writing data to the drive-do not unplug"); + caja_application_notify_unmount_show (_("Writing data to the drive -- do not unplug")); } else { g_mount_unmount_with_operation (data->mount, |