[vlc-devel] commit: Qt: string consistency. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Feb 28 01:07:53 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 28 01:06:53 2009 +0100| [25407b7fdfb23e541874362c291b901177dc0e53] | committer: Jean-Baptiste Kempf 

Qt: string consistency.

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

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

diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index 6c49762..fdf2653 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -1145,7 +1145,7 @@ KeySelectorControl::KeySelectorControl( vlc_object_t *_p_this,
     table = new QTreeWidget;
     table->setColumnCount(3);
     table->headerItem()->setText( 0, qtr( "Action" ) );
-    table->headerItem()->setText( 1, qtr( "Shortcut" ) );
+    table->headerItem()->setText( 1, qtr( "Hotkey" ) );
     table->headerItem()->setText( 2, qtr( "Global" ) );
     table->setAlternatingRowColors( true );
 




More information about the vlc-devel mailing list