diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-20 20:26:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-20 20:26:55 +0300 |
commit | 9a0b02fc1a958881bcf073ba7f7761be529edbce (patch) | |
tree | a58c01efe8da9b302c49361cd27fe9409aec0fca | |
parent | f19ef40fbbb6b8f882fdfa91d1b91d0456898024 (diff) | |
download | plus-9a0b02fc1a958881bcf073ba7f7761be529edbce.tar.gz plus-9a0b02fc1a958881bcf073ba7f7761be529edbce.tar.bz2 plus-9a0b02fc1a958881bcf073ba7f7761be529edbce.tar.xz plus-9a0b02fc1a958881bcf073ba7f7761be529edbce.zip |
fix typo.
many -> much
-rw-r--r-- | src/gui/setup_perfomance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_perfomance.cpp b/src/gui/setup_perfomance.cpp index 4887d7201..eecfe95fc 100644 --- a/src/gui/setup_perfomance.cpp +++ b/src/gui/setup_perfomance.cpp @@ -79,7 +79,7 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) : // TRANSLATORS: settings option new SetupItemCheckBox(_("Enable opacity cache (Software, can " - "use many memory)"), "", "alphaCache", this, "alphaCacheEvent"); + "use much memory)"), "", "alphaCache", this, "alphaCacheEvent"); // TRANSLATORS: settings option new SetupItemCheckBox(_("Enable map reduce (Software)"), "", |