View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017629 | Scribus | General | public | 2025-09-25 07:27 | 2025-10-27 20:20 |
| Reporter | ale | Assigned To | ale | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.7.1.svn | ||||
| Fixed in Version | 1.7.1.svn | ||||
| Summary | 0017629: Name mismatch between period and dot tab | ||||
| Description | In the tabs editor the decimal tab is called period tab, in the main ruler it's a dot tab. In the paragraph styles it's a period. | ||||
| Tags | No tags attached. | ||||
| Patch | No | ||||
|
|
What is correct, dot or period? Based on this explanation, I guess it is dot. https://jakubmarian.com/dot-period-full-stop-and-point-in-english/ |
|
|
Main ruler is incorrect. Should be period. The English translation should probably be Full Stop. |
|
|
Fixed period_2025-10-27_01.patch (847 bytes)
Index: scribus/ui/hruler.cpp
===================================================================
--- scribus/ui/hruler.cpp (Revision 27094)
+++ scribus/ui/hruler.cpp (Arbeitskopie)
@@ -1084,7 +1084,7 @@
m_contextMenu->addAction(im.loadIcon("tabulator-left"), tr("Left"))->setData(ParagraphStyle::LeftTab);
m_contextMenu->addAction(im.loadIcon("tabulator-center"), tr("Center"))->setData(ParagraphStyle::CenterTab);
m_contextMenu->addAction(im.loadIcon("tabulator-comma"), tr("Comma"))->setData(ParagraphStyle::CommaTab);
- m_contextMenu->addAction(im.loadIcon("tabulator-dot"), tr("Dot"))->setData(ParagraphStyle::DotTab);
+ m_contextMenu->addAction(im.loadIcon("tabulator-dot"), tr("Period"))->setData(ParagraphStyle::DotTab);
m_contextMenu->addAction(im.loadIcon("tabulator-right"), tr("Right"))->setData(ParagraphStyle::RightTab);
}
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-09-25 07:27 | ale | New Issue | |
| 2025-10-27 19:36 | nitramr | Note Added: 0053134 | |
| 2025-10-27 20:10 | cbradney | Note Added: 0053141 | |
| 2025-10-27 20:16 | nitramr | Note Added: 0053142 | |
| 2025-10-27 20:16 | nitramr | File Added: period_2025-10-27_01.patch | |
| 2025-10-27 20:20 | cbradney | Assigned To | => ale |
| 2025-10-27 20:20 | cbradney | Status | new => resolved |
| 2025-10-27 20:20 | cbradney | Resolution | open => fixed |
| 2025-10-27 20:20 | cbradney | Fixed in Version | => 1.7.1.svn |