[Digikam-devel] [Bug 115535] ImagePlugin_Core: aspect ratio crop operation needs i18n for the string "Golden Ratio"
Gilles Caulier
caulier.gilles at free.fr
Wed Nov 2 13:34:29 GMT 2005
in the aspect ratio combobox.
Content-Type: text/plain; charset="utf-8"
X-Bugzilla-URL: http://bugs.kde.org/
X-Bugzilla-Reason: AssignedTo
Precedence: bulk
In-Reply-To: <20051102143011.115535.ntung at free.fr>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=115535
------- Additional Comments From caulier.gilles free fr 2005-11-02 14:34 -------
SVN commit 476944 by cgilles:
Fix i18n
CCBUG: 115535
M +1 -1 imageeffect_ratiocrop.cpp
--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_ratiocrop.cpp #476943:476944
@ -95,7 +95,7 @
m_ratioCB->insertItem( "4:5" );
m_ratioCB->insertItem( "5:7" );
m_ratioCB->insertItem( "7:10" );
- m_ratioCB->insertItem( "Golden Ratio" );
+ m_ratioCB->insertItem( i18n("Golden Ratio") );
m_ratioCB->insertItem( i18n("None") );
m_ratioCB->setCurrentText( "1:1" );
QWhatsThis::add( m_ratioCB, i18n("<p>Select here your constrained aspect ratio for cropping. "
More information about the Digikam-devel
mailing list