diff options
Diffstat (limited to 'src/caja-places-sidebar.c')
-rw-r--r-- | src/caja-places-sidebar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/caja-places-sidebar.c b/src/caja-places-sidebar.c index 868ff725..c826e87d 100644 --- a/src/caja-places-sidebar.c +++ b/src/caja-places-sidebar.c @@ -2249,7 +2249,7 @@ volume_eject_cb (GObject *source_object, } else { - 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")); } } @@ -2284,7 +2284,7 @@ mount_eject_cb (GObject *source_object, } else { - 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")); } } @@ -2318,7 +2318,7 @@ do_eject (GMount *mount, g_object_ref (sidebar->window)); } - 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")); g_object_unref (mount_op); } |