mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 12:30:32 +01:00
all: fix typos in documentation and translated strings
https://bugzilla.gnome.org/show_bug.cgi?id=770445
This commit is contained in:
parent
6fb2a24f3a
commit
297ade2745
3 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ nm_vpn_get_editor_plugin (const char *service_type, GError **error)
|
|||
if ( !nm_vpn_plugin_info_get_plugin (plugin_info)
|
||||
&& nm_vpn_plugin_info_lookup_property (plugin_info, NM_VPN_PLUGIN_INFO_KF_GROUP_GNOME, "properties")) {
|
||||
g_set_error (error, NM_VPN_PLUGIN_ERROR, NM_VPN_PLUGIN_ERROR_FAILED,
|
||||
_("cannot cannot load legacy-only VPN plugin \"%s\" for \"%s\""),
|
||||
_("cannot load legacy-only VPN plugin \"%s\" for \"%s\""),
|
||||
nm_vpn_plugin_info_get_name (plugin_info),
|
||||
nm_vpn_plugin_info_get_filename (plugin_info));
|
||||
} else if (g_error_matches (local, G_FILE_ERROR, G_FILE_ERROR_NOENT)) {
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ typedef enum {
|
|||
* key along with the connection identification and the network address as
|
||||
* specified by RFC7217.
|
||||
*
|
||||
* #NMSettingIP6ConfigAddrGenMode controls how the the Interface Identifier for
|
||||
* #NMSettingIP6ConfigAddrGenMode controls how the Interface Identifier for
|
||||
* RFC4862 Stateless Address Autoconfiguration is created.
|
||||
*
|
||||
* Since: 1.2
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@
|
|||
|
||||
<action id="org.freedesktop.NetworkManager.checkpoint-rollback">
|
||||
<_description>Perform a checkpoint or rollback of interfaces configuration</_description>
|
||||
<_message>System policy prevents the the creation of a checkpoint or its rollback</_message>
|
||||
<_message>System policy prevents the creation of a checkpoint or its rollback</_message>
|
||||
<defaults>
|
||||
<allow_any>auth_admin_keep</allow_any>
|
||||
<allow_inactive>auth_admin_keep</allow_inactive>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue