Bug 97656 - <p> shown in "send pictures via email" dialogue
Summary: <p> shown in "send pictures via email" dialogue
Status: RESOLVED FIXED
Alias: None
Product: i18n
Classification: Translations
Component: de (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: imaging-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-22 15:55 UTC by S. Burmeister
Modified: 2005-02-17 20:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Showing locale month name, english day abbriviation (24.59 KB, image/png)
2005-01-31 14:31 UTC, Rutger Claes
Details
screenshot (19.83 KB, image/png)
2005-02-17 16:03 UTC, S. Burmeister
Details

Note You need to log in before you can comment on or make changes to this bug.
Description S. Burmeister 2005-01-22 15:55:03 UTC
Version:            (using KDE KDE 3.3.91)
Installed from:    SuSE RPMs
OS:                Linux

If you select some pictures and chose to send them via email, you get a dialogue in which you can choose Mail on the left-hand side. Then you have a Frame on the right-hand side stating picture properties. The first line has a checkbox followed by a <p> and then the Text that describes the chebox's functionality.
Comment 1 S. Burmeister 2005-01-22 15:59:34 UTC
Forgot to mention the digikam version: 0.7.1
Comment 2 Renchi Raju 2005-01-23 21:07:39 UTC
doesn't show up here. what is your version of kipi-plugins? Also what is the exact line in which <p> shows up
Comment 3 S. Burmeister 2005-01-23 21:19:00 UTC
First line in the frame "Picture Properties".

kipi-plugins version: 0.1beta1-5

If you cannot see it, might it be related to the German translation?
Comment 4 Renchi Raju 2005-01-23 21:22:35 UTC
The first line in the "Picture properties" here is:
Change properties of images to send

and it doesn't have the <p>
Comment 5 Rutger Claes 2005-01-31 14:31:55 UTC
Created attachment 9367 [details]
Showing locale month name, english day abbriviation
Comment 6 Rutger Claes 2005-01-31 14:34:32 UTC
Comment on attachment 9367 [details]
Showing locale month name, english day abbriviation

Sorry, attachment is for bug 97187...  If there is any way to delete
attachment, please do so
Comment 7 Tom Albers 2005-02-07 00:38:34 UTC
I don't see that <p> in those properties. Please include a screenie and reopen if you still see it with the new beta released next week.
Comment 8 S. Burmeister 2005-02-17 16:01:13 UTC
It's still in there, please change the component to translation, as it has to be that way, if you do not see it.
Comment 9 S. Burmeister 2005-02-17 16:03:39 UTC
Created attachment 9686 [details]
screenshot

screenshot of the <p>
Comment 10 Achim Bohnet 2005-02-17 17:31:28 UTC
In kipi-pluigns 0.7.2 beta2 the string is not translated at all (in German)
We have to wait for the updated german translation for 0.7.2

Achim
Comment 11 Renchi Raju 2005-02-17 17:32:58 UTC
the reporter is using some version of kde 3.4 beta. And kde 3.4 introduces automatic accels for various gui items. so something like "A nice pic" will become "&A nice pic". And in this case "<p> A nice pic" becomes something like "<&p> A nice pic" (not 100% sure about what it gets converted to, but thats what it seems to be). This causes the string to be not correctly interpreted. i'm looking for a solution currently
Comment 12 Renchi Raju 2005-02-17 18:40:40 UTC
comment #11 is wrong. after some digging through the qt src code, it seems only label and inherited widgets (and some of scrolling classes) can handle rich text (not checkboxen). And the sendimages plugin code (in cvs and beta2) does not have a <p> in the indicated checkbox and neither does the german translation have it.

btw, what version of kipi-plugins are you running
Comment 13 Renchi Raju 2005-02-17 18:59:20 UTC
re: comment #10
from the po file looks like the string is translated:

#: sendimagesdialog.cpp:414
#, fuzzy
msgid "Change properties of images"
msgstr "Eigenschaften der Bilder vor dem Senden ändern"

(and this does look different from what the reporter is reporting)
Comment 14 Renchi Raju 2005-02-17 19:01:32 UTC
duh... its a fuzzy translation. so its not been translated 
Comment 15 Tom Albers 2005-02-17 20:42:55 UTC
Investigated this problem. Please look at:
http://webcvs.kde.org/kde-i18n/de/messages/kdeextragear-libs-1/kipiplugin_sendimages.po?r1=1.46&r2=1.47

Scroll to Line 260  -  Line 256 
On the left side you will see:
#: sendimagesdialog.cpp:443
msgid "Change properties of images to send"
msgstr "<p>Ã"ndert die Eigenschaften der Bilder, die gesendet werden sollen"

You see the <p> at the beginning does not belong there. 

On the right hand side you see the see the same string in the same file, but one version later. You will see the <p> is gone and the text is shortend.

This means this bug is solved and I'll move this bug to the appropriate product now. Thanks for reporting Sven!