Skip to content

Commit

Permalink
Merge pull request #1253 from FineFindus/fix/translator-comment
Browse files Browse the repository at this point in the history
objectinfo: adjust translator comment
  • Loading branch information
tbzatek authored Feb 8, 2024
2 parents f9b7c1e + 93320b5 commit 5db566e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions udisks/udisksobjectinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,8 @@ udisks_client_get_object_info_for_mdraid (UDisksClient *client,
if (block != NULL)
{
/* Translators: String used for one-liner description of running RAID array w/o a name.
* The first %s is the array name (e.g. "AlphaGo").
* The second %s is the size and level (e.g. "2 TB RAID-5").
* The third %s is the special device file (e.g. "/dev/sda").
* The first %s is the size and level (e.g. "2 TB RAID-5").
* The second %s is the special device file (e.g. "/dev/sda").
*/
info->one_liner = g_strdup_printf (C_("one-liner-mdraid-no-name-running", "%s — %s"),
info->description,
Expand All @@ -463,8 +462,7 @@ udisks_client_get_object_info_for_mdraid (UDisksClient *client,
else
{
/* Translators: String used for one-liner description of non-running RAID array w/o a name.
* The first %s is the array name (e.g. "AlphaGo").
* The second %s is the size and level (e.g. "2 TB RAID-5").
* The %s is the size and level (e.g. "2 TB RAID-5").
*/
info->one_liner = g_strdup_printf (C_("one-liner-mdraid-no-name-not-running", "%s"),
info->description);
Expand Down

0 comments on commit 5db566e

Please sign in to comment.