D24064: Handling of aborts during parking/unparking of rolloff roofs corrected
Jasem Mutlaq
noreply at phabricator.kde.org
Wed Sep 25 10:10:05 BST 2019
mutlaqja requested changes to this revision.
mutlaqja added a comment.
This revision now requires changes to proceed.
Great. You need to change the rest of the instances as well.
INLINE COMMENTS
> observatory.cpp:236
>
> - appendLogText(i18n("Dome is idle."));
> + appendLogText(i18n("%1 is idle.", getDomeModel()->isRolloffRoof() ? "Rolloff roof" : "Dome"));
> break;
This one too.
> observatory.cpp:276
>
> - appendLogText(i18n("Dome is parked."));
> + appendLogText(i18n("%1 is parked.", getDomeModel()->isRolloffRoof() ? "Rolloff roof" : "Dome"));
> break;
Ditto
> observatory.cpp:291
>
> - appendLogText(i18n("Dome is parking..."));
> + appendLogText(i18n("%1 is parking...", getDomeModel()->isRolloffRoof() ? "Rolloff roof" : "Dome"));
> break;
Same
> observatory.cpp:306
>
> - appendLogText(i18n("Dome is unparking..."));
> + appendLogText(i18n("%1 is unparking...", getDomeModel()->isRolloffRoof() ? "Rolloff roof" : "Dome"));
> break;
...etc.
REPOSITORY
R321 KStars
REVISION DETAIL
https://phabricator.kde.org/D24064
To: wreissenberger, mutlaqja
Cc: yurchor, kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20190925/dcca8b4c/attachment-0001.html>
More information about the kde-edu
mailing list