summaryrefslogtreecommitdiff
path: root/monitor/gdu
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2014-05-29 14:00:15 +0200
committerOndrej Holy <oholy@redhat.com>2014-05-30 15:24:32 +0200
commitb618b5255ad2ae20fb8d85a54a3a58f189c960b5 (patch)
treea4fb195f4d0724aa8158e6ec763b52945de78fdd /monitor/gdu
parent18b027483f4414dc77b284e08bcb93784e7c6d49 (diff)
downloadgvfs-b618b5255ad2ae20fb8d85a54a3a58f189c960b5.tar.gz
gdu: add translators comments
Diffstat (limited to 'monitor/gdu')
-rw-r--r--monitor/gdu/ggdumount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/gdu/ggdumount.c b/monitor/gdu/ggdumount.c
index 46779c92..cf606ab8 100644
--- a/monitor/gdu/ggdumount.c
+++ b/monitor/gdu/ggdumount.c
@@ -982,6 +982,7 @@ _gdu_unmount_cb (GduDevice *device,
data->user_data,
G_IO_ERROR,
G_IO_ERROR_FAILED,
+ /* Translators: can't get block device with unencrypted data to unmount */
_("Cannot get LUKS cleartext slave"));
data->completed = TRUE;
_gdu_unmount_data_unref (data);
@@ -1004,6 +1005,7 @@ _gdu_unmount_cb (GduDevice *device,
data->user_data,
G_IO_ERROR,
G_IO_ERROR_FAILED,
+ /* Translators: can't get block device with unencrypted data from path */
_("Cannot get LUKS cleartext slave from path `%s'"),
luks_cleartext_slave_object_path);
data->completed = TRUE;