From 013dcc896a1dcee5f26ab41f81a85878b2c216f7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 20 Aug 2013 20:09:52 +0300 Subject: fix typo. perfomance -> performance --- src/gui/setup_perfomance.cpp | 10 +++++----- src/gui/setup_visual.cpp | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gui') 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; -- cgit v1.2.3-60-g2f50