mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-23 21:20:08 +01:00
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:
parent
2e3ff56cdc
commit
753f727af5
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue