[vlc-devel] commit: Missing translation in update Dialog, spotted by Cristi. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Jul 30 21:41:52 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul 30 12:44:04 2008 -0700| [fea21bab06b6323f2d8d666ce33d31813a96a4b2]

Missing translation in update Dialog, spotted by Cristi.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fea21bab06b6323f2d8d666ce33d31813a96a4b2
---

 modules/gui/qt4/dialogs/help.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp
index 99b4eef..20190d1 100644
--- a/modules/gui/qt4/dialogs/help.cpp
+++ b/modules/gui/qt4/dialogs/help.cpp
@@ -311,7 +311,7 @@ void UpdateDialog::updateNotify( bool b_result )
             update_release_t *p_release = update_GetRelease( p_update );
             assert( p_release );
             b_checked = true;
-            updateButton->setText( "Yes" );
+            updateButton->setText( qtr( "&Yes" ) );
             QString message = qtr( "A new version of VLC(" )
                               + QString::number( p_release->i_major ) + "."
                               + QString::number( p_release->i_minor ) + "."




More information about the vlc-devel mailing list