View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013908 | Scribus | User Interface | public | 2016-04-04 10:03 | 2016-04-04 16:46 |
Reporter | FirasH | Assigned To | FirasH | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.5.2.svn | ||||
Fixed in Version | 1.5.2.svn | ||||
Summary | 0013908: Show correct tooltips for Alignment options in Style Manager | ||||
Description | Show correct tooltips for Alignment options in Style Manager (Paragraph Styles) rather than generic "Alignment". Using SMAlingSelect languageChange() removes the need of a new string, so 1 less string to translate! | ||||
Additional Information | 1.5.2.svn (21160) | ||||
Tags | No tags attached. | ||||
Patch | Yes | ||||
child of | 0013906 | acknowledged | Metabug: UI enhancement proposals (1.5.x.svn) |
|
13908-Patch.diff (697 bytes)
diff --git a/scribus/ui/smpstylewidget.cpp b/scribus/ui/smpstylewidget.cpp --- a/scribus/ui/smpstylewidget.cpp +++ b/scribus/ui/smpstylewidget.cpp @@ -123,7 +123,7 @@ parEffectOffset->setToolTip( tr("Paragraph Effects Chars Offset")); parEffectIndentBox->setToolTip( tr("Hang Paragraph Effect before paragraph indent")); parEffectCharStyleCombo->setToolTip( tr("Choose character style or leave blank for use default paragraph style")); - alignment->setToolTip( tr("Alignment")); + alignment->languageChange(); tabList->first_->setToolTip( tr("First Line Indent")); tabList->left_->setToolTip( tr("Left Indent")); tabList->right_->setToolTip( tr("Right Indent")); |
|
Applied, thanks! |
|
Thanks jghali! Committed in 1.5.2.svn (21163). |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-04 10:03 | FirasH | New Issue | |
2016-04-04 10:04 | FirasH | Relationship added | child of 0013906 |
2016-04-04 10:04 | FirasH | File Added: 13908-Patch.diff | |
2016-04-04 11:46 | jghali | Note Added: 0039761 | |
2016-04-04 11:46 | jghali | Status | new => resolved |
2016-04-04 11:46 | jghali | Fixed in Version | => 1.5.2.svn |
2016-04-04 11:46 | jghali | Resolution | open => fixed |
2016-04-04 11:46 | jghali | Assigned To | => FirasH |
2016-04-04 16:46 | FirasH | Note Added: 0039787 | |
2016-04-04 16:46 | FirasH | Status | resolved => closed |