[PC-BSD Commits] r19242 - pcbsd/current/src-qt4/pc-firstbootgui
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 17 08:32:51 PDT 2012
Author: kris
Date: 2012-09-17 15:32:51 +0000 (Mon, 17 Sep 2012)
New Revision: 19242
Modified:
pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp
Log:
Fix back / next buttons not showing i18n text
Modified: pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp 2012-09-17 15:32:02 UTC (rev 19241)
+++ pcbsd/current/src-qt4/pc-firstbootgui/firstboot.cpp 2012-09-17 15:32:51 UTC (rev 19242)
@@ -31,6 +31,10 @@
connect(linePW,SIGNAL(textChanged(const QString)),this,SLOT(slotCheckUser()));
connect(linePW2,SIGNAL(textChanged(const QString)),this,SLOT(slotCheckUser()));
+ backButton->setText(tr("&Back"));
+ nextButton->setText(tr("&Next"));
+
+
// Load the keyboard info
keyModels = Scripts::Backend::keyModels();
keyLayouts = Scripts::Backend::keyLayouts();
More information about the Commits
mailing list