On 2009/08/14 02:24, Fredrik Lanker <fredrik.lan...@gmail.com> wrote:
> This patch for ncmpc makes it possible to adjust the seek time, in steps
> of 5 seconds, in runtime with 'F' and 'B'. The current seek time is
> displayed top right, next to the volume.

Do you think this information is important enough to justify reserving
permanent screen space?  I'd suggest using screen_status_printf() for
displaying it shortly on the status line.

> +     g_snprintf(seek, 32, _(" Seek %ds "), options.seek_time);

Always strip leading/trailing whitespace from translatable strings.
Don't let translators deal with whitespace problems.

Max

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to