From a46136e09cb5262eeff56be6322b8352eec44c44 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 29 Feb 2016 17:26:28 +0100 Subject: Fix translator comments in udisksobjectinfo.c https://bugs.freedesktop.org/show_bug.cgi?id=92901 --- udisks/udisksobjectinfo.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/udisks/udisksobjectinfo.c b/udisks/udisksobjectinfo.c index d0162db..68eb3ae 100644 --- a/udisks/udisksobjectinfo.c +++ b/udisks/udisksobjectinfo.c @@ -259,7 +259,7 @@ udisks_client_get_object_info_for_block (UDisksClient *client, if (partition != NULL) { /* Translators: Used to describe a partition of a block device. - * The %d is the partition number. + * The %u is the partition number. * The %s is the description for the block device (e.g. "5 GB Block Device"). */ s = g_strdup_printf (C_("part-block", "Partition %u of %s"), @@ -313,7 +313,7 @@ udisks_client_get_object_info_for_loop (UDisksClient *client, if (partition != NULL) { /* Translators: Used to describe a partition of a loop device. - * The %d is the partition number. + * The %u is the partition number. * The %s is the description for the loop device (e.g. "5 GB Loop Device"). */ s = g_strdup_printf (C_("part-loop", "Partition %u of %s"), @@ -409,7 +409,7 @@ udisks_client_get_object_info_for_mdraid (UDisksClient *client, if (partition != NULL) { /* Translators: Used to describe a partition of a RAID Array. - * The %d is the partition number. + * The %u is the partition number. * The %s is the description for the drive (e.g. "2 TB RAID-5"). */ s = g_strdup_printf (C_("part-raid", "Partition %u of %s"), @@ -826,7 +826,7 @@ udisks_client_get_object_info_for_drive (UDisksClient *client, if (partition != NULL) { /* Translators: Used to describe a partition of a drive. - * The %d is the partition number. + * The %u is the partition number. * The %s is the description for the drive (e.g. "2 GB Thumb Drive"). */ s = g_strdup_printf (C_("part-drive", "Partition %u of %s"), -- cgit v1.2.1