D14813: Adding XPlanet Viewer

Yuri Chornoivan noreply at phabricator.kde.org
Sat Aug 18 19:12:15 BST 2018


yurchor added inline comments.

INLINE COMMENTS

> xplanetimageviewer.cpp:685
> +        if(FOV == 0)
> +            m_Caption->setText(i18n("XPlanet View: ") + object + i18n(" from ") + origin + ",  " + dateText);
> +        else

Word puzzle. 
Should be something like
m_Caption->setText(i18n("XPlanet View: %1 from %2, %3", object, origin, dateText));

See https://techbase.kde.org/Development/Tutorials/Localization/i18n_Mistakes

> xplanetimageviewer.cpp:687
> +        else
> +            m_Caption->setText(i18n("XPlanet View: ") + object + i18n(" from ") + origin + ",  " + dateText + i18n(", FOV: ") + QString::number(FOV));
> +        if(!Options::xplanetUseFIFO())

Word puzzle. See above.

REPOSITORY
  R321 KStars

REVISION DETAIL
  https://phabricator.kde.org/D14813

To: lancaster, mutlaqja, pino
Cc: yurchor, pino, mutlaqja, kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20180818/68510760/attachment.html>


More information about the kde-edu mailing list