Battery percentage without % sign (#730)

This commit is contained in:
Chris Lee
2019-03-03 23:13:40 +01:00
parent a859727ff3
commit 7f070b4f45
14 changed files with 3082 additions and 2971 deletions

View File

@@ -5845,7 +5845,8 @@ void create_battery(GtkWidget *parent)
" %m: Minutes left until completely charged/discharged (estimated).\n"
" %h: Hours left until completely charged/discharged (estimated).\n"
" %t: Time left. Shows \"hrs:mins\" when charging/discharging, or \"Full\".\n"
" %p: Percentage. Includes the % sign.";
" %p: Percentage. Includes the % sign.\n"
" %p: Percentage. Without the % sign.";
gtk_tooltips_set_tip(tooltips,
battery_format1,
_(bat_format_spec),