From fbbc306ec5164c884d931ab24973764ea01655ca Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 13 Feb 2012 11:43:06 +0100 Subject: Set "load" tooltip to be more user friendly --- src/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c2fbafd7..2ada5ccd 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1076,8 +1076,8 @@ void MainWindow::updateTabActions() m_loadStopReloadAction->disconnect(); m_loadStopReloadAction->setIcon(KIcon("go-jump-locationbar")); - m_loadStopReloadAction->setToolTip(i18n("Load typed url")); - m_loadStopReloadAction->setText(i18n("Load")); + m_loadStopReloadAction->setToolTip(i18n("Go")); + m_loadStopReloadAction->setText(i18n("Go")); connect(m_loadStopReloadAction, SIGNAL(triggered(bool)), m_view->currentUrlBar(), SLOT(loadDigitedUrl())); return; -- cgit v1.2.1