~ogra/desktop-webmail/lp769235

« back to all changes in this revision

Viewing changes to src/desktop-webmail.c

  • Committer: Alexander Sack
  • Date: 2010-04-09 09:36:35 UTC
  • Revision ID: asac@ubuntu.com-20100409093635-5u8eegyh9f2gz2zq
use 'Ask again' rather than 'Ask everytime' and adjust de.po accordingly

Show diffs side-by-side

added added

removed removed

Lines of Context:
387
387
 
388
388
        gtk_box_pack_start (GTK_BOX (content_box), combo, TRUE, TRUE, 10);
389
389
 
390
 
        remember_checkbox = gtk_check_button_new_with_label (_("Ask everytime"));
 
390
        remember_checkbox = gtk_check_button_new_with_label (_("Ask again"));
391
391
 
392
392
        gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (remember_checkbox),
393
393
                                      !global_config->remember);