mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 11:40:08 +01:00
Clarify translatable (bgo #554244)
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4242 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
c647258f1b
commit
ec35b4516f
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ setup_security_combo (GladeXML *xml, GHashTable *hash)
|
|||
|
||||
store = gtk_list_store_new (1, G_TYPE_STRING);
|
||||
|
||||
/* Default */
|
||||
/* Default (allow use of all encryption types that both server and client support) */
|
||||
gtk_list_store_append (store, &iter);
|
||||
gtk_list_store_set (store, &iter, 0, _("All Available (Default)"), -1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue