View Issue Details

IDProjectCategoryView StatusLast Update
0013375ScribusUser Interfacepublic2015-09-27 17:07
ReporterFirasH Assigned ToFirasH  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.5.1svn 
Fixed in Version1.5.1svn 
Summary0013375: Fix non updated strings in Properties > Image after language change
DescriptionFix non updated strings in Properties > Image after language change.
Additional Information1.5.1.svn (20428)
TagsNo tags attached.
PatchYes

Relationships

related to 0013374 closedFirasH Fix non updated strings in Properties > Text after language change 

Activities

FirasH

2015-09-27 13:50

reporter  

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"));
13375-Patch.diff (1,825 bytes)   

jghali

2015-09-27 16:42

administrator   ~0036418

Committed, thanks!

FirasH

2015-09-27 17:07

reporter   ~0036420

Thanks jghali!
Fixed in 1.5.1.svn (20429).

Issue History

Date Modified Username Field Change
2015-09-27 13:50 FirasH New Issue
2015-09-27 13:50 FirasH Issue generated from: 0013374
2015-09-27 13:50 FirasH Relationship added related to 0013374
2015-09-27 13:50 FirasH File Added: 13375-Patch.diff
2015-09-27 16:42 jghali Note Added: 0036418
2015-09-27 16:42 jghali Status new => resolved
2015-09-27 16:42 jghali Resolution open => fixed
2015-09-27 16:42 jghali Assigned To => FirasH
2015-09-27 16:46 jghali Fixed in Version => 1.5.1svn
2015-09-27 17:07 FirasH Note Added: 0036420
2015-09-27 17:07 FirasH Status resolved => closed