summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2016-02-29 17:26:28 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2016-02-29 17:26:28 +0100
commita46136e09cb5262eeff56be6322b8352eec44c44 (patch)
treecd10db18c466404b416de33076dc50ed2f4011f3
parentb1da4173c7586b5190ff4cc814ac6592d98b9c91 (diff)
downloadudisks-a46136e09cb5262eeff56be6322b8352eec44c44.tar.gz
Fix translator comments in udisksobjectinfo.c
https://bugs.freedesktop.org/show_bug.cgi?id=92901
-rw-r--r--udisks/udisksobjectinfo.c8
1 files 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"),