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)",
|
||||
"sleep",
|
||||
"NetworkManager",
|
||||
_("NetworkManager needs to turn off networks"),
|
||||
"NetworkManager needs to turn off networks",
|
||||
"delay"),
|
||||
0,
|
||||
G_MAXINT,
|
||||
|
Reference in New Issue
Block a user