summaryrefslogtreecommitdiff
path: root/src/math-buttons.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-01-14 20:52:40 +0100
committerPablo Barciela <[email protected]>2020-01-14 20:52:40 +0100
commit6ee694c389d0d6daf7108054d9b4b751571cad66 (patch)
tree1e03bd0e9b91a1b0a20e4ffa8edc78331a1d2805 /src/math-buttons.c
parentbca0f12e41cf7f278bd7e289ced045b14ec1cdd0 (diff)
downloadmate-calc-6ee694c389d0d6daf7108054d9b4b751571cad66.tar.bz2
mate-calc-6ee694c389d0d6daf7108054d9b4b751571cad66.tar.xz
Fix typo: 'Avogadro' instead 'Avogrado'
Diffstat (limited to 'src/math-buttons.c')
-rw-r--r--src/math-buttons.c2
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 }
};