mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 22:20:27 +01:00
wifi: fixed some strings "cannot specific" => "cannot specify"
https://github.com/NetworkManager/NetworkManager/pull/2
This commit is contained in:
parent
3fd414442e
commit
007aeba021
1 changed files with 4 additions and 4 deletions
|
|
@ -162,7 +162,7 @@ verify_no_wpa (NMSettingWirelessSecurity *s_wsec,
|
|||
g_set_error (error,
|
||||
NM_CONNECTION_ERROR,
|
||||
NM_CONNECTION_ERROR_INVALID_PROPERTY,
|
||||
_("a connection using '%s' authentication cannot specific WPA protocols"),
|
||||
_("a connection using '%s' authentication cannot specify WPA protocols"),
|
||||
tag);
|
||||
g_prefix_error (error, "%s.%s: ", NM_SETTING_WIRELESS_SECURITY_SETTING_NAME,
|
||||
NM_SETTING_WIRELESS_SECURITY_PROTO);
|
||||
|
|
@ -178,7 +178,7 @@ verify_no_wpa (NMSettingWirelessSecurity *s_wsec,
|
|||
g_set_error (error,
|
||||
NM_CONNECTION_ERROR,
|
||||
NM_CONNECTION_ERROR_INVALID_PROPERTY,
|
||||
_("a connection using '%s' authentication cannot specific WPA ciphers"),
|
||||
_("a connection using '%s' authentication cannot specify WPA ciphers"),
|
||||
tag);
|
||||
g_prefix_error (error, "%s.%s: ", NM_SETTING_WIRELESS_SECURITY_SETTING_NAME,
|
||||
NM_SETTING_WIRELESS_SECURITY_PAIRWISE);
|
||||
|
|
@ -195,7 +195,7 @@ verify_no_wpa (NMSettingWirelessSecurity *s_wsec,
|
|||
g_set_error (error,
|
||||
NM_CONNECTION_ERROR,
|
||||
NM_CONNECTION_ERROR_INVALID_PROPERTY,
|
||||
_("a connection using '%s' authentication cannot specific WPA ciphers"),
|
||||
_("a connection using '%s' authentication cannot specify WPA ciphers"),
|
||||
tag);
|
||||
g_prefix_error (error, "%s.%s: ", NM_SETTING_WIRELESS_SECURITY_SETTING_NAME,
|
||||
NM_SETTING_WIRELESS_SECURITY_GROUP);
|
||||
|
|
@ -207,7 +207,7 @@ verify_no_wpa (NMSettingWirelessSecurity *s_wsec,
|
|||
g_set_error (error,
|
||||
NM_CONNECTION_ERROR,
|
||||
NM_CONNECTION_ERROR_INVALID_PROPERTY,
|
||||
_("a connection using '%s' authentication cannot specific a WPA password"),
|
||||
_("a connection using '%s' authentication cannot specify a WPA password"),
|
||||
tag);
|
||||
g_prefix_error (error, "%s.%s: ", NM_SETTING_WIRELESS_SECURITY_SETTING_NAME,
|
||||
NM_SETTING_WIRELESS_SECURITY_PSK);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue