View Issue Details

IDProjectCategoryView StatusLast Update
0017629ScribusGeneralpublic2025-10-27 20:20
Reporterale Assigned Toale  
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Product Version1.7.1.svn 
Fixed in Version1.7.1.svn 
Summary0017629: Name mismatch between period and dot tab
DescriptionIn 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.
TagsNo tags attached.
PatchNo

Activities

nitramr

2025-10-27 19:36

developer   ~0053134

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/

cbradney

2025-10-27 20:10

administrator   ~0053141

Main ruler is incorrect. Should be period. The English translation should probably be Full Stop.

nitramr

2025-10-27 20:16

developer   ~0053142

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);
 }
 
period_2025-10-27_01.patch (847 bytes)   

Issue History

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