Changeset 2001

Show
Ignore:
Timestamp:
07/30/2010 06:41:06 AM (6 weeks ago)
Author:
jim
Message:

Added mnemonics to Welcome dialog checkboxes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • shotwell/trunk/src/Dialogs.vala

    r2000 r2001  
    11711171            if (show_fspot_import) { 
    11721172                fspot_import_check = new Gtk.CheckButton.with_mnemonic( 
    1173                     _("Import photos from your F-Spot library")); 
     1173                    _("Import photos from your _F-Spot library")); 
    11741174                import_action_checkbox_packer.add(fspot_import_check); 
    11751175                fspot_import_check.set_active(true); 
     
    11781178            if (show_system_pictures_import) { 
    11791179                system_pictures_import_check = new Gtk.CheckButton.with_mnemonic( 
    1180                     _("Import photos from your %s folder").printf( 
     1180                    _("_Import photos from your %s folder").printf( 
    11811181                    get_display_pathname(AppDirs.get_import_dir()))); 
    11821182                import_action_checkbox_packer.add(system_pictures_import_check);