mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 15:20:28 +01:00
cli: make "(not available)" translatable
This commit is contained in:
parent
142e2c4726
commit
530412134d
1 changed files with 1 additions and 1 deletions
|
|
@ -6371,7 +6371,7 @@ nmc_setting_get_property_allowed_values (NMSetting *setting, const char *prop)
|
|||
#ifdef HAVE_INTROSPECTION
|
||||
#include "settings-docs.c"
|
||||
#else
|
||||
#define nmc_setting_get_property_doc(setting, prop) "(not available)"
|
||||
#define nmc_setting_get_property_doc(setting, prop) _("(not available)")
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue