(trunk) sync some more GTK+ and Qt strings
This commit is contained in:
parent
fb03acbbc2
commit
5aa04d83ef
|
@ -526,7 +526,7 @@ options_page_new( struct DetailsImpl * d )
|
|||
gtk_entry_set_width_chars( GTK_ENTRY( w ), 7 );
|
||||
d->ratio_spin_tag = g_signal_connect( w, "value-changed", G_CALLBACK( ratio_spun_cb ), d );
|
||||
gtk_box_pack_start( GTK_BOX( h ), w, FALSE, FALSE, 0 );
|
||||
hig_workarea_add_row( t, &row, _( "Ratio:" ), h, NULL );
|
||||
hig_workarea_add_row( t, &row, _( "_Ratio:" ), h, NULL );
|
||||
|
||||
h = gtk_hbox_new( FALSE, GUI_PAD );
|
||||
w = d->idle_combo = idle_combo_new( );
|
||||
|
|
|
@ -1458,7 +1458,7 @@ about( GtkWindow * parent )
|
|||
"website", website_url,
|
||||
"website-label", website_url,
|
||||
"copyright",
|
||||
_( "Copyright 2005-2009 The Transmission Project" ),
|
||||
_( "Copyright (c) The Transmission Project" ),
|
||||
"logo-icon-name", MY_NAME,
|
||||
#ifdef SHOW_LICENSE
|
||||
"license", LICENSE,
|
||||
|
|
|
@ -55,7 +55,7 @@ AboutDialog :: AboutDialog( QWidget * parent ):
|
|||
l->setAlignment( Qt::AlignCenter );
|
||||
v->addWidget( l );
|
||||
|
||||
l = new QLabel( tr( "Copyright 2005-2009 The Transmission Project" ) );
|
||||
l = new QLabel( tr( "Copyright (c) The Transmission Project" ) );
|
||||
l->setAlignment( Qt::AlignCenter );
|
||||
v->addWidget( l );
|
||||
|
||||
|
|
Loading…
Reference in New Issue