aboutsummaryrefslogtreecommitdiff
path: root/src/ui/skin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/skin.cpp')
-rw-r--r--src/ui/skin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/skin.cpp b/src/ui/skin.cpp
index eabbbc09f..422742bb4 100644
--- a/src/ui/skin.cpp
+++ b/src/ui/skin.cpp
@@ -648,7 +648,7 @@ void Skin::loadRegion()
if ( path.isNull () )
{
- qDebug ( "Skin: cannot find region.txt. Transparenty disabled" );
+ qDebug ( "Skin: cannot find region.txt. Transparency disabled" );
return;
}
m_mwRegion = createRegion(path, "Normal");