View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0013790 | Scribus | General | public | 2016-03-04 19:59 | 2016-03-05 13:01 |
| Reporter | FirasH | Assigned To | cbradney | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.5.2.svn | ||||
| Target Version | 1.5.2 | Fixed in Version | 1.5.2.svn | ||
| Summary | 0013790: Fix "Spaces && Breaks" menu in Story editor to match "Spaces/Breaks" in Insert menu | ||||
| Description | Fix "Spaces && Breaks" menu in Story editor to match "Spaces/Breaks" in Insert menu. | ||||
| Additional Information | 1.5.2.svn (21051) | ||||
| Tags | No tags attached. | ||||
| Attached Files | 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");
| ||||
| Patch | Yes | ||||
| related to | 0011466 | new | PDF export: Replace UI string and trigger a warning instead |
| 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 |