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:
@@ -139,7 +139,7 @@ setup_security_combo (GladeXML *xml, GHashTable *hash)
|
|||||||
|
|
||||||
store = gtk_list_store_new (1, G_TYPE_STRING);
|
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_append (store, &iter);
|
||||||
gtk_list_store_set (store, &iter, 0, _("All Available (Default)"), -1);
|
gtk_list_store_set (store, &iter, 0, _("All Available (Default)"), -1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user