You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-burn/files/0.1.0_pre21/menuitems.diff

12 lines
483 B

--- menuitems.c 2006-09-16 20:33:36.000000000 +0200
+++ menuitems.c.patched 2007-01-03 13:38:09.000000000 +0100
@@ -102,7 +102,7 @@
void size_text_item::update( bool cut_ )
{
- SetText( str( boost::format( tr("Total size: %1$.1f MB %2$s") )
+ SetText( str( boost::format( tr("$Total size: %1$.1f MB %2$s") )
% ( double( m_job.get_tracks_size( cut_ ) ) / MEGABYTE(1) )
% ( m_job.get_requant_factor( cut_ ) > 1 ? tr("(would be shrinked)") : "" ) ).c_str() );
}