~ubuntu-branches/ubuntu/trusty/gparted/trusty

« back to all changes in this revision

Viewing changes to src/Dialog_Partition_Info.cc

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2009-11-07 20:00:00 UTC
  • mfrom: (6.3.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20091107200000-0oow6hqkev28fisf
Tags: 0.4.8-1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2004, 2005, 2006, 2007, 2008 Bart Hakvoort
 
1
/* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Bart Hakvoort
2
2
 *
3
3
 *  This program is free software; you can redistribute it and/or modify
4
4
 *  it under the terms of the GNU General Public License as published by
148
148
        this ->get_vbox() ->pack_start( *table, Gtk::PACK_SHRINK ) ;
149
149
        
150
150
        //filesystem
151
 
        table ->attach( * Utils::mk_label( "<b>" + Glib::ustring( _("File System:") ) + "</b>" ),
 
151
        table ->attach( * Utils::mk_label( "<b>" + Glib::ustring( _("File system:") ) + "</b>" ),
152
152
                        0, 1,
153
153
                        top, bottom,
154
154
                        Gtk::FILL ) ;
289
289
        table ->attach( * Utils::mk_label( "" ), 1, 2, top++, bottom++, Gtk::FILL ) ;
290
290
        
291
291
        //first sector
292
 
        table ->attach( * Utils::mk_label( "<b>" + Glib::ustring( _("First Sector:") ) + "</b>" ),
 
292
        table ->attach( * Utils::mk_label( "<b>" + Glib::ustring( _("First sector:") ) + "</b>" ),
293
293
                        0, 1,
294
294
                        top, bottom,
295
295
                        Gtk::FILL ) ;
299
299
                        Gtk::FILL ) ;
300
300
        
301
301
        //last sector
302
 
        table ->attach( * Utils::mk_label( "<b>" + Glib::ustring( _("Last Sector:") ) + "</b>" ),
 
302
        table ->attach( * Utils::mk_label( "<b>" + Glib::ustring( _("Last sector:") ) + "</b>" ),
303
303
                        0, 1,
304
304
                        top, bottom,
305
305
                        Gtk::FILL ) ;
309
309
                        Gtk::FILL ) ; 
310
310
        
311
311
        //total sectors
312
 
        table ->attach( * Utils::mk_label( "<b>" + Glib::ustring( _("Total Sectors:") ) + "</b>" ),
 
312
        table ->attach( * Utils::mk_label( "<b>" + Glib::ustring( _("Total sectors:") ) + "</b>" ),
313
313
                        0, 1,
314
314
                        top, bottom,
315
315
                        Gtk::FILL ) ;