View Issue Details

IDProjectCategoryView StatusLast Update
0013790ScribusGeneralpublic2016-03-05 13:01
ReporterFirasH Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.5.2.svn 
Target Version1.5.2Fixed in Version1.5.2.svn 
Summary0013790: Fix "Spaces && Breaks" menu in Story editor to match "Spaces/Breaks" in Insert menu
DescriptionFix "Spaces && Breaks" menu in Story editor to match "Spaces/Breaks" in Insert menu.
Additional Information1.5.2.svn (21051)
TagsNo tags attached.
PatchYes

Relationships

related to 0011466 new PDF export: Replace UI string and trigger a warning instead 

Activities

FirasH

2016-03-04 19:59

developer  

13790-Patch.diff (730 bytes)   

diff --git a/scribus/ui/storyeditor.cpp b/scribus/ui/storyeditor.cpp
--- a/scribus/ui/storyeditor.cpp
+++ b/scribus/ui/storyeditor.cpp
@@ -1797,7 +1797,7 @@
 	seMenuMgr->addMenuItemString("unicodeQuoteCJKSingleRight", "InsertQuote");
 	seMenuMgr->addMenuItemString("unicodeQuoteCJKDoubleLeft", "InsertQuote");
 	seMenuMgr->addMenuItemString("unicodeQuoteCJKDoubleRight", "InsertQuote");
-	seMenuMgr->createMenu("InsertSpace", tr("Spaces && Breaks"), "Insert");
+	seMenuMgr->createMenu("InsertSpace", tr("Spaces/Breaks"), "Insert");
 	seMenuMgr->addMenuItemString("InsertSpace", "Insert");
 	seMenuMgr->addMenuItemString("unicodeNonBreakingSpace", "InsertSpace");
 	seMenuMgr->addMenuItemString("unicodeSpaceEN", "InsertSpace");
13790-Patch.diff (730 bytes)   

cbradney

2016-03-05 10:16

administrator   ~0038977

Changed to Spaces && Breaks

FirasH

2016-03-05 13:01

developer   ~0038981

Thanks cbradney!
Fixed in 1.5.2.svn (21058).

Issue History

Date Modified Username Field Change
2016-03-04 19:59 FirasH New Issue
2016-03-04 19:59 FirasH File Added: 13790-Patch.diff
2016-03-04 20:02 Kunda Relationship added related to 0011466
2016-03-04 20:03 Kunda Target Version => 1.5.2
2016-03-05 10:16 cbradney Note Added: 0038977
2016-03-05 10:16 cbradney Status new => resolved
2016-03-05 10:16 cbradney Fixed in Version => 1.5.2.svn
2016-03-05 10:16 cbradney Resolution open => fixed
2016-03-05 10:16 cbradney Assigned To => cbradney
2016-03-05 13:01 FirasH Note Added: 0038981
2016-03-05 13:01 FirasH Status resolved => closed