Changeset 4264

Show
Ignore:
Timestamp:
08/20/08 15:59:37 (3 months ago)
Author:
martin
Message:

some string fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/charon/plugins/nm/gnome/auth-dialog/main.c

    r4260 r4264  
    139139    } 
    140140    printf("password\n%s\n", pass); 
    141     printf("\n\n", pass); 
     141    printf("\n\n"); 
    142142    /* flush output, wait for input */ 
    143143    fflush(stdout); 
  • trunk/src/charon/plugins/nm/gnome/properties/nm-strongswan.c

    r4261 r4264  
    180180        return FALSE; 
    181181    gtk_combo_box_append_text (GTK_COMBO_BOX (widget), _("EAP")); 
    182     gtk_combo_box_append_text (GTK_COMBO_BOX (widget), _("PSK (insecure)")); 
     182    gtk_combo_box_append_text (GTK_COMBO_BOX (widget), _("Preshared Key")); 
    183183    value = g_hash_table_lookup (settings->data, "method"); 
    184184    if (value) {