diff options
Diffstat (limited to 'src/math-buttons.c')
-rw-r--r-- | src/math-buttons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math-buttons.c b/src/math-buttons.c index 7437369..4e6e6da 100644 --- a/src/math-buttons.c +++ b/src/math-buttons.c @@ -1062,7 +1062,7 @@ const_cb(GtkWidget *widget, MathButtons *buttons) { /* Tooltip for the mₚ button */ N_("Proton mass"), "mₚ", N_("1.672621898(21)×10⁻²⁷ kg") }, { /* Tooltip for the Nₐ button */ - N_("Avogrado constant"), "Nₐ", N_("6.02214086×10²³ mol⁻¹") }, + N_("Avogadro constant"), "Nₐ", N_("6.02214086×10²³ mol⁻¹") }, { NULL, NULL, NULL } }; |