Code review comment for lp://qastaging/~alexlauni/ubuntu/lucid/gnome-power-manager/gpm-fix-530751

Revision history for this message
Andrea Corbellini (andrea.corbellini) wrote :

Hello. Here:

- message = g_strdup_printf (_("%s discharging (%.1f%%)"),
+ message = g_strdup_printf (_("%.1f%% of %s remaining"),

You have inverted the order of the two parameters (%s and %.1f), but forgot to invert the arguments of the function call (type_desc and percentage).

« Back to merge proposal