13375-Patch.diff (1,825 bytes)
diff --git a/scribus/ui/propertiespalette_image.cpp b/scribus/ui/propertiespalette_image.cpp
--- a/scribus/ui/propertiespalette_image.cpp
+++ b/scribus/ui/propertiespalette_image.cpp
@@ -772,27 +772,32 @@
void PropertiesPalette_Image::languageChange()
{
- imgDPIXLabel->setText( tr("Actual X-DPI:"));
- imgDPIYLabel->setText( tr("Actual Y-DPI:"));
+ imagePageNumberLabel->setText( tr("&Page Number:"));
+ imagePageNumber->setSpecialValueText( tr( "Auto" ));
xposImgLabel->setText( tr("&X-Pos:"));
yposImgLabel->setText( tr("&Y-Pos:"));
+ imageRotationLabel->setText( tr("Rotation:"));
+
+ scalingGroupBox->setTitle( tr("Scaling"));
+ freeScale->setText( tr("&Free Scaling"));
xscaleLabel->setText( tr("X-Sc&ale:"));
yscaleLabel->setText( tr("Y-Scal&e:"));
- freeScale->setText( tr("&Free Scaling"));
+ imgDPIXLabel->setText( tr("Actual X-DPI:"));
+ imgDPIYLabel->setText( tr("Actual Y-DPI:"));
frameScale->setText( tr("&To Frame Size"));
- imagePageNumber->setSpecialValueText( tr( "Auto" ));
- imagePageNumberLabel->setText( tr("&Page Number:"));
- imageRotationLabel->setText( tr("Rotation:"));
-
cbProportional->setText( tr("P&roportional"));
- imgEffectsButton->setText( tr("Image Effects"));
- imgExtProperties->setText( tr("Extended Properties"));
+ colorMgmtGroup->setTitle( tr("Color Management"));
inputProfLabel->setText( tr("Input Profile:"));
renderIntentLabel->setText( tr("Rendering Intent:"));
+
+ pdfCompressionGroup->setTitle( tr("PDF Compression"));
compressionMethodLabel->setText( tr("Method:"));
compressionQualityLabel->setText( tr("Quality:"));
+ imgEffectsButton->setText( tr("Image Effects"));
+ imgExtProperties->setText( tr("Extended Properties"));
+
int oldMonitorI=renderIntent->currentIndex();
renderIntent->clear();
renderIntent->addItem( tr("Perceptual"));