diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-20 20:09:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-20 20:09:52 +0300 |
commit | 013dcc896a1dcee5f26ab41f81a85878b2c216f7 (patch) | |
tree | 2b951e751c5ca7ca895027b00d6b0bfa1562cd6e /src/gui/setup_perfomance.cpp | |
parent | 30cd6bc597faefaf3775edc299671f17d6255a12 (diff) | |
download | plus-013dcc896a1dcee5f26ab41f81a85878b2c216f7.tar.gz plus-013dcc896a1dcee5f26ab41f81a85878b2c216f7.tar.bz2 plus-013dcc896a1dcee5f26ab41f81a85878b2c216f7.tar.xz plus-013dcc896a1dcee5f26ab41f81a85878b2c216f7.zip |
fix typo.
perfomance -> performance
Diffstat (limited to 'src/gui/setup_perfomance.cpp')
-rw-r--r-- | src/gui/setup_perfomance.cpp | 10 |
1 files changed, 5 insertions, 5 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); |