D22175: Don't update column name automatically
Yuri Chornoivan
noreply at phabricator.kde.org
Wed Jul 3 18:10:04 BST 2019
yurchor added inline comments.
INLINE COMMENTS
> AspectTreeModel.cpp:393
> + if (!aspect->setName(value.toString(), false)) {
> + emit statusBarMessage(i18n("The name \"") + value.toString() + i18n("\" is already in use. Choose another name."));
> + return false;
Can it be like this
i18n("The name \"%1\" is already in use. Choose another name.", value.toString())
to avoid word puzzles? Thanks.
REPOSITORY
R262 LabPlot
REVISION DETAIL
https://phabricator.kde.org/D22175
To: Murmele, asemke
Cc: yurchor, kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20190703/949ec832/attachment.html>
More information about the kde-edu
mailing list