Skip to content
Snippets Groups Projects
Verified Commit 24f6bf76 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Fix typos

parent 3f421f62
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
<object class="GtkBox"> <object class="GtkBox">
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="yes">Points for an uconverted try</property> <property name="label" translatable="yes">Points for an unconverted try</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="halign">start</property> <property name="halign">start</property>
<property name="valign">center</property> <property name="valign">center</property>
......
...@@ -36,7 +36,7 @@ about_activated (G_GNUC_UNUSED GSimpleAction *simple, ...@@ -36,7 +36,7 @@ about_activated (G_GNUC_UNUSED GSimpleAction *simple,
"copyright", "Copyright 2012–2022 Bruce Cowan", "copyright", "Copyright 2012–2022 Bruce Cowan",
"license-type", GTK_LICENSE_GPL_3_0, "license-type", GTK_LICENSE_GPL_3_0,
"authors", authors, "authors", authors,
"comments", "Rugby scores possiblities program", "comments", "Rugby scores possibilities program",
"version", VERSION, "version", VERSION,
NULL); NULL);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment