mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 09:30:16 +01:00
platform/tests: don't use translations in test tool
Otherwise, this file would need to be included in POTFILES.in.
This is unnecessary.
Fixes: 06cf1f5e2d ('platform/tests: extend monitor tool to dump the state of NMPlatform')
This commit is contained in:
parent
3a8decd9cf
commit
4fa20ce710
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ read_argv(int *argc, char ***argv)
|
|||
0,
|
||||
G_OPTION_ARG_FILENAME,
|
||||
&global_opt.state_file,
|
||||
N_("Dump the platform cache to this file"),
|
||||
N_("FILE")},
|
||||
"Dump the platform cache to this file",
|
||||
"FILE"},
|
||||
{0},
|
||||
};
|
||||
gs_free_error GError *error = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue