KDE/kdebase/workspace/plasma/wallpapers/image
Marco Martin
notmart at gmail.com
Mon Nov 3 10:50:09 CET 2008
SVN commit 879433 by mart:
Maxpect -> Scaled, keep proportions
CCMAIL:plasma-devel at kde.org
M +1 -1 image.cpp
--- trunk/KDE/kdebase/workspace/plasma/wallpapers/image/image.cpp #879432:879433
@@ -119,7 +119,7 @@
m_uiImage.m_resizeMethod->addItem(i18n("Scaled & Cropped"), Background::ScaleCrop);
m_uiImage.m_resizeMethod->addItem(i18n("Scaled"), Background::Scale);
- m_uiImage.m_resizeMethod->addItem(i18n("Maxpect"), Background::Maxpect);
+ m_uiImage.m_resizeMethod->addItem(i18n("Scaled, keep proportions"), Background::Maxpect);
m_uiImage.m_resizeMethod->addItem(i18n("Centered"), Background::Center);
m_uiImage.m_resizeMethod->addItem(i18n("Tiled"), Background::Tiled);
m_uiImage.m_resizeMethod->addItem(i18n("Center Tiled"), Background::CenterTiled);
More information about the Plasma-devel
mailing list