Comment 54 for bug 149805

Revision history for this message
Mats (matsben) wrote : Re: [Bug 149805] Re: Enable the new presence control panel

On Sun, Aug 17, 2008 at 11:14 AM, sander <email address hidden> wrote:
> Some random remarks:
> * The submenus in the Action menu are broken

This is the old mac menu bug. Just click elsewhere in your desktop and
then back again to coccinella.
If you want a fix for this you have to do it yourself. Daniel who is
very clever failed...

> * Replace "Dialog..." with "Custom Mood..." and "Custom Activity..."
> * Maybe it is better to give the Avatar block the same size as the Mood and Activity blocks?

No because avatars are normally much larger than simple status icons.
These icons are always 16x16 which no avatar has. Well, I scale down
avatars anyway so they fit, but scaling a normal avatar size 64x64 to
16x16 makes absolutely no sense.

> * The menu item "Custom Status..." has a & in the Dutch version, but this & is showed on Mac OS X = ugly
> * In the Mood dialog, the string "Mood:" has int he Dutch version an & in it and this is showed on Mac OS X = ugly
> * In the Activity dialog there is a delete button, this button is not available in the Mood dialog-->consistency

Think all these are fixed now.

> * For the balloon text of both the Mood and Activity buttons, you should use lower case names. So instead of e.g. "Mood: Happy", you should show "Mood: happy". This means all Mood and activity strings need a lower case duplicate version. To make it easier for translators you probably best put the lower case version under the original version of th string.

If it is possible to user upper case names this makes life much easier
for translators. I have this comment in en.msg:
...
::msgcat::mcset en mThirsty Thirsty
::msgcat::mcset en mWorried Worried

::msgcat::mcset en moodEvent {Mood change}
::msgcat::mcset en moodRetracted {retracted mood}
# Why not reuse them above?
::msgcat::mcset en heIs is
::msgcat::mcset en because because
...

Question is if I should not skip all the mSomeMood in favour of "Some Mood".
Although they are used in menus there should never be any "&"
(underline) in them anyway, except maybe for the mMood and mActivity.

Mats