typo in title - Lable -> Label
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 27 Jun 2020 08:11:01 +0000 (10:11 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 27 Jun 2020 08:11:01 +0000 (10:11 +0200)
src/ui/gui/val-labs-dialog.c

index f46daf7f70d9b04d8ce9611cdd262d207d51ac6b..6c1b7ea6bf9d2e464b4c201a8a2a02b008f6af02 100644 (file)
@@ -476,7 +476,7 @@ psppire_val_labs_dialog_constructor (GType                  type,
   dialog = PSPPIRE_VAL_LABS_DIALOG (obj);
 
   g_object_set (dialog, "help_page", "VALUE-LABELS",
-               "title", _("Value Lables"), NULL);
+               "title", _("Value Labels"), NULL);
 
   content_area = GTK_CONTAINER (PSPPIRE_DIALOG (dialog));
   gtk_container_add (GTK_CONTAINER (content_area),