sleep-monitor: don't localize messages in core daemon
The daemon does not run with a particular locale of a user. Localizing makes no sense (at least, we don't do it usually and it would make logging localized).
This commit is contained in:
@@ -164,7 +164,7 @@ take_inhibitor (NMSleepMonitor *self)
|
|||||||
g_variant_new ("(ssss)",
|
g_variant_new ("(ssss)",
|
||||||
"sleep",
|
"sleep",
|
||||||
"NetworkManager",
|
"NetworkManager",
|
||||||
_("NetworkManager needs to turn off networks"),
|
"NetworkManager needs to turn off networks",
|
||||||
"delay"),
|
"delay"),
|
||||||
0,
|
0,
|
||||||
G_MAXINT,
|
G_MAXINT,
|
||||||
|
Reference in New Issue
Block a user