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:
Dan Williams
2008-11-01 03:14:58 +00:00
parent c647258f1b
commit ec35b4516f

View File

@@ -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);