SVN commit 545511 by lueck: fixed 4 untranslated strings CCMAIL:kde-i18n-doc@kde.org M +1 -1 kmag.cpp --- branches/KDE/3.5/kdeaccessibility/kmag/kmag.cpp #545510:545511 @@ -97,7 +97,7 @@ fpsArray.push_back(15); // high fpsArray.push_back(25); // very high - rotationArrayString << i18n("&No Rotation (0°)") << i18n("&Left (90°)") << i18n("&Upside Down (180°)") << i18n("&Right (270°)"); + rotationArrayString << i18n("&No Rotation (0 Degrees)") << i18n("&Left (90 Degrees)") << i18n("&Upside Down (180 Degrees)") << i18n("&Right (270 Degrees)"); rotationArray.push_back(0); // no rotation rotationArray.push_back(90); // left