aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-05-11 14:09:52 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-05-11 14:10:22 +0200
commit3270c4828f2152abea4076a36fbb5ae6ac749eec (patch)
treecd01069b3a55bc147826dc7910bde75d48a3632e /src/plugins/perforce
parent8457bd6861675dae22b907b4952c5a36bd1043ed (diff)
typo & language fixes
Diffstat (limited to 'src/plugins/perforce')
-rw-r--r--src/plugins/perforce/perforceplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/perforce/perforceplugin.cpp b/src/plugins/perforce/perforceplugin.cpp
index eb3bafc052..1cb25746d2 100644
--- a/src/plugins/perforce/perforceplugin.cpp
+++ b/src/plugins/perforce/perforceplugin.cpp
@@ -661,7 +661,7 @@ void PerforcePlugin::updateActions()
m_submitAction->setEnabled(true);
} else {
m_diffProjectAction->setEnabled(false);
- m_diffProjectAction->setText(tr("Diff Current Project/Soluion"));
+ m_diffProjectAction->setText(tr("Diff Current Project/Solution"));
m_submitAction->setEnabled(false);
}
m_diffAllAction->setEnabled(true);