Skip to content

Commit

Permalink
pohelper: Improve display of stats percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Apr 22, 2014
1 parent 725e2e6 commit fcacc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pohelper/src/gph-plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ show_stats_dialog (guint all,
if (! obj__) { \
g_warning ("Object \"%s\" is missing from the UI definition", (id)); \
} else { \
gchar *text__ = g_strdup_printf (_("%u (%.1f%%)"), \
gchar *text__ = g_strdup_printf (_("%u (%.3g%%)"), \
(value), \
all ? ((value) * 100.0 / all) : 0); \
\
Expand Down

0 comments on commit fcacc7e

Please sign in to comment.