View Issue Details

IDProjectCategoryView StatusLast Update
0008687ScribusTranslationpublic2010-01-07 20:02
Reporteralexandre Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.5.0svn 
Fixed in Version1.5.0svn 
Summary0008687: "&Transparency" is not marked for translation
Descriptionscribus/ui/propertiespalette.cpp: idTransparencyItem = TabStack->addItem(page_7, "&Transparency" );
TagsNo tags attached.
Patch

Activities

cbradney

2010-01-07 18:08

administrator   ~0023043

idLineItem=TabStack->addItem( page_5, "&Line" );
    
    page_6 = new QWidget( TabStack );
    pageLayout_6 = new QVBoxLayout( page_6 );
    pageLayout_6->setSpacing( 5 );
    pageLayout_6->setMargin( 0 );
    Cpal = new Cpalette(page_6);
    pageLayout_6->addWidget( Cpal );
    idColorsItem = TabStack->addItem(page_6, "&Colors" );

neither are the others...

cbradney

2010-01-07 18:14

administrator   ~0023044

Found the place.. fixed

Issue History

Date Modified Username Field Change
2010-01-07 13:44 alexandre New Issue
2010-01-07 18:08 cbradney Note Added: 0023043
2010-01-07 18:13 cbradney Status new => assigned
2010-01-07 18:13 cbradney Assigned To => cbradney
2010-01-07 18:14 cbradney Status assigned => resolved
2010-01-07 18:14 cbradney Fixed in Version => 1.5.0svn
2010-01-07 18:14 cbradney Resolution open => fixed
2010-01-07 18:14 cbradney Note Added: 0023044
2010-01-07 20:02 cbradney Status resolved => closed