From b412c8cdb197a2dbb11b3d9e6263d7a64bdad5a7 Mon Sep 17 00:00:00 2001 From: Jonathan Michalon Date: Tue, 7 Jan 2020 18:41:47 +0100 Subject: Make device ejection notifications translatable --- src/caja-places-sidebar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/caja-places-sidebar.c b/src/caja-places-sidebar.c index 836093a6..be9b4c85 100644 --- a/src/caja-places-sidebar.c +++ b/src/caja-places-sidebar.c @@ -2263,7 +2263,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")); } } @@ -2299,7 +2299,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")); } } @@ -2333,7 +2333,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); } -- cgit v1.2.1