summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-20 20:09:52 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-20 20:09:52 +0300
commit013dcc896a1dcee5f26ab41f81a85878b2c216f7 (patch)
tree2b951e751c5ca7ca895027b00d6b0bfa1562cd6e /src/gui
parent30cd6bc597faefaf3775edc299671f17d6255a12 (diff)
downloadplus-013dcc896a1dcee5f26ab41f81a85878b2c216f7.tar.gz
plus-013dcc896a1dcee5f26ab41f81a85878b2c216f7.tar.bz2
plus-013dcc896a1dcee5f26ab41f81a85878b2c216f7.tar.xz
plus-013dcc896a1dcee5f26ab41f81a85878b2c216f7.zip
fix typo.
perfomance -> performance
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/setup_perfomance.cpp10
-rw-r--r--src/gui/setup_visual.cpp2
2 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp
index c4fb30de1..4887d7201 100644
--- a/src/gui/setup_perfomance.cpp
+++ b/src/gui/setup_perfomance.cpp
@@ -58,7 +58,7 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) :
mTexturesList(new NamesModel)
{
// TRANSLATORS: settings tab name
- setName(_("Perfomance"));
+ setName(_("Performance"));
// Do the layout
LayoutHelper h(this);
@@ -66,11 +66,11 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) :
place(0, 0, mScroll, 10, 10);
// TRANSLATORS: settings option
- new SetupItemLabel(_("Better perfomance (enable for better perfomance)"),
+ new SetupItemLabel(_("Better performance (enable for better performance)"),
"", this);
// TRANSLATORS: settings option
- new SetupItemCheckBox(_("Auto adjust perfomance"), "",
+ new SetupItemCheckBox(_("Auto adjust performance"), "",
"adjustPerfomance", this, "adjustPerfomanceEvent");
// TRANSLATORS: settings option
@@ -99,7 +99,7 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) :
// TRANSLATORS: settings option
- new SetupItemLabel(_("Better quality (disable for better perfomance)"),
+ new SetupItemLabel(_("Better quality (disable for better performance)"),
"", this);
// TRANSLATORS: settings option
@@ -131,7 +131,7 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) :
// TRANSLATORS: settings group
new SetupItemLabel(_("Different options (enable or disable can "
- "improve perfomance)"), "", this);
+ "improve performance)"), "", this);
mTexturesList->fillFromArray(&texturesList[0], texturesListSize);
diff --git a/src/gui/setup_visual.cpp b/src/gui/setup_visual.cpp
index cbbe9affa..32555b929 100644
--- a/src/gui/setup_visual.cpp
+++ b/src/gui/setup_visual.cpp
@@ -66,7 +66,7 @@ static const char *const particleTypeList[] =
// TRANSLATORS: patricle effects type
N_("normal"),
// TRANSLATORS: patricle effects type
- N_("best perfomance")
+ N_("best performance")
};
static const int vSyncListSize = 3;