| Summary: | html tags in gui string in wizard New Account Setup -> Account (page 2 of 4) | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Burkhard Lück <lueck> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Burkhard Lück
2009-09-25 08:11:56 UTC
SVN commit 1028159 by asoliverez:
BUG:208465
There was an Enter on the text which was probably preventing a correct rendering.
M +1 -3 kaccounttypepagedecl.ui
--- trunk/playground/office/kmymoney/kmymoney2/wizards/newaccountwizard/kaccounttypepagedecl.ui #1028158:1028159
@@ -20,9 +20,7 @@
<enum>Qt::NoFocus</enum>
</property>
<property name="text">
- <string>Enter the name of the account under which it is known within KMyMoney.
-Select the type for the new account. Use the <b>What's this?</b> feature to see more details about the various account types.
-Enter the date the account was opened and its currency.</string>
+ <string>Enter the name of the account under which it is known within KMyMoney. Select the type for the new account. Use the <b>What's this?</b> feature to see more details about the various account types. Enter the date the account was opened and its currency.</string>
</property>
</widget>
</item>
|