cli: make "(not available)" translatable

This commit is contained in:
Jiří Klimeš 2014-06-20 13:45:59 +02:00
parent 142e2c4726
commit 530412134d

View file

@ -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
/*