]> git.sesse.net Git - vlc/commitdiff
Qt: string consistency.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Feb 2009 00:06:53 +0000 (01:06 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Feb 2009 00:06:53 +0000 (01:06 +0100)
modules/gui/qt4/components/preferences_widgets.cpp

index 6c497629e9186a4a562ea9d0ed26850acc3e52c3..fdf2653adab1b15bbe79e2fd278a8f2834b0add1 100644 (file)
@@ -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 );