Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[11063] trunk/rosegarden/src/gui/dialogs/ PitchBendSequenceDialog.cpp

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[11063] trunk/rosegarden/src/gui/dialogs/ PitchBendSequenceDialog.cpp

by cannam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Oct 18, 2009 at 8:41 PM,  <janifr@...> wrote:
> Make the percent sign more understandable.
> [...]
> -    prebendGrid->addWidget(new QLabel(tr("Value %1:"), prebendBox), 0, 0);
> +    prebendGrid->addWidget(new QLabel(tr("Value (in %):"), prebendBox), 0, 0);

That made me chuckle.


Chris

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[11063] trunk/rosegarden/src/gui/dialogs/ PitchBendSequenceDialog.cpp

by Jani Frilander :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/18 Chris Cannam <cannam@...>

> -    prebendGrid->addWidget(new QLabel(tr("Value %1:"), prebendBox), 0, 0);
> +    prebendGrid->addWidget(new QLabel(tr("Value (in %):"), prebendBox), 0, 0);

That made me chuckle.

What would be the best way to indicate that values should be entered in percents?
Or do we even need to indicate, maybe a tool tip could do it?

-Jani
 

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[11063] trunk/rosegarden/src/gui/dialogs/ PitchBendSequenceDialog.cpp

by Heikki Johannes Junes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



2009/10/19 Jani Frilander <j.frilander@...>
2009/10/18 Chris Cannam <cannam@...>

> -    prebendGrid->addWidget(new QLabel(tr("Value %1:"), prebendBox), 0, 0);
> +    prebendGrid->addWidget(new QLabel(tr("Value (in %):"), prebendBox), 0, 0);

That made me chuckle.

What would be the best way to indicate that values should be entered in percents?
Or do we even need to indicate, maybe a tool tip could do it?

The original version

  tr("Value %1:")

did not have a proper sense, because there was no argument given in order to specify what %1 is replaced by.

The second one is more consistent

  tr("Value (in %):")

There was indeed a confusion in the earlier version of the translation. New translation makes clearly an improve here.

IMHO,

  tr("Value (%):")

should contain all relevant data. This format is used in a mathematical context for brevity.
Compare, for example, "Duration (min):" or "Length (m):".

Best wishes,

Heikki (still lurking here)

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Re: [Rosegarden-bugs] SF.net SVN: rosegarden:[11063] trunk/rosegarden/src/gui/dialogs/ PitchBendSequenceDialog.cpp

by Jani Frilander :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/19 Heikki Johannes Junes <hjunes@...>

IMHO,

  tr("Value (%):")

Fixed that
 
Heikki (still lurking here)

Nice to have you back.

-Jani


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@... - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel