Bug 290019 - Untranslatable string in Molecular Editor
Summary: Untranslatable string in Molecular Editor
Status: RESOLVED FIXED
Alias: None
Product: kalzium
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Chakra Linux
: NOR normal
Target Milestone: ---
Assignee: Kalzium Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-28 16:07 UTC by André Marcelo Alvarenga
Modified: 2011-12-30 10:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Marcelo Alvarenga 2011-12-28 16:07:40 UTC
Version:           unspecified (using Devel) 
OS:                Linux

The string "Other..." is untranslatable.

Reproducible: Always

Steps to Reproduce:
- Go to Tools -> Molecular Editor.
- Choose 'Edit' tab.
- 'Element:' - click in drop-down list.
- See last option.

Actual Results:  
Other...

Expected Results:  
Translatable string.
Comment 1 Burkhard Lück 2011-12-30 10:33:19 UTC
Git commit 40f31b6a53ed17854eecdd71318b8647b5e57efc by Burkhard Lück.
Committed on 30/12/2011 at 11:32.
Pushed by lueck into branch 'master'.

replace tr() call with i18nc() call to extract message

M  +1    -1    src/tools/moleculeview.cpp

http://commits.kde.org/kalzium/40f31b6a53ed17854eecdd71318b8647b5e57efc
Comment 2 Burkhard Lück 2011-12-30 10:34:30 UTC
Git commit a09381ae2177406fe22dc6a3f1c8808926a3829a by Burkhard Lück.
Committed on 30/12/2011 at 11:32.
Pushed by lueck into branch 'KDE/4.8'.

replace tr() call with i18nc() call to extract message
(cherry picked from commit 40f31b6a53ed17854eecdd71318b8647b5e57efc)

M  +1    -1    src/tools/moleculeview.cpp

http://commits.kde.org/kalzium/a09381ae2177406fe22dc6a3f1c8808926a3829a