From bdcd499c8bbe108e91bb903e9f0b7108c43857bc Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 1 Mar 2024 09:42:40 -0800 Subject: [PATCH] Revert "build: fix post-freeze string breakage" This reverts commit e5cc857464cb02bbe1d2b41b1155ab04c39a89fe. String freeze exception approved. --- src/sysprof-cli/sysprof-cli.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/sysprof-cli/sysprof-cli.c b/src/sysprof-cli/sysprof-cli.c index e1e0a9f5..1fd274fc 100644 --- a/src/sysprof-cli/sysprof-cli.c +++ b/src/sysprof-cli/sysprof-cli.c @@ -330,10 +330,7 @@ main (int argc, { "merge", 0, 0, G_OPTION_ARG_NONE, &merge, N_("Merge all provided *.syscap files and write to stdout") }, { "version", 0, 0, G_OPTION_ARG_NONE, &version, N_("Print the sysprof-cli version and exit") }, { "buffer-size", 0, 0, G_OPTION_ARG_INT, &n_buffer_pages, N_("The size of the buffer in pages (1 = 1 page)") }, - - /* Add translation post-46 */ - { "monitor-bus", 0, 0, G_OPTION_ARG_STRING_ARRAY, &monitor_bus, "Additional D-Bus address to monitor" }, - + { "monitor-bus", 0, 0, G_OPTION_ARG_STRING_ARRAY, &monitor_bus, N_("Additional D-Bus address to monitor") }, { NULL } };