View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017338 | Scribus | General | public | 2024-12-13 13:49 | 2024-12-14 10:28 |
Reporter | nitramr | Assigned To | nitramr | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | Desktop PC | OS | Ubuntu | OS Version | 24.10 64-bit |
Product Version | 1.7.0.svn | ||||
Target Version | 1.7.0 | Fixed in Version | 1.7.0.svn | ||
Summary | 0017338: Small fixes for 1.7.0svn | ||||
Description | I found to small issues 1. missing line break in authors file 2. wrong text string | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
small_fixes.patch (891 bytes)
Index: AUTHORS =================================================================== --- AUTHORS (Revision 26480) +++ AUTHORS (Arbeitskopie) @@ -121,6 +121,7 @@ Andy Fitzsimon andrew@fitzsimon.com.au Scribus 1.7.0+ Icon Set: + Martin Reininger MartinReininger@gmx.net Scribus 1.5.1+ Icon Set: Index: scribus/ui/propertiespalette_text.cpp =================================================================== --- scribus/ui/propertiespalette_text.cpp (Revision 26480) +++ scribus/ui/propertiespalette_text.cpp (Arbeitskopie) @@ -424,7 +424,7 @@ { scAdvanced->setText(tr("Typography")); scAlignment->setText(tr("Alignment")); - scDistance->setText(tr("Columns && Indents")); + scDistance->setText(tr("Columns && Indentation")); scFontFeatures->setText(tr("OpenType Features")); scHyphenation->setText(tr("Hyphenation && Language")); scOrphans->setText(tr("Orphans && Widows")); |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-13 13:49 | nitramr | New Issue | |
2024-12-13 13:49 | nitramr | Status | new => assigned |
2024-12-13 13:49 | nitramr | Assigned To | => cbradney |
2024-12-13 13:49 | nitramr | File Added: small_fixes.patch | |
2024-12-13 18:21 | cbradney | Status | assigned => resolved |
2024-12-13 18:21 | cbradney | Resolution | open => fixed |
2024-12-13 18:21 | cbradney | Fixed in Version | => 1.7.0.svn |
2024-12-13 18:21 | cbradney | Assigned To | cbradney => nitramr |
2024-12-14 10:28 | cbradney | Status | resolved => closed |