fix two oddities in strings
[ardour.git] / gtk2_ardour / rc_option_editor.cc
index 7dc7a1b0a9a5438691d7baa445608a75af611cec..f0cac85f8cb6b882a8baa0a1f34434b190abf58b 100644 (file)
@@ -632,7 +632,7 @@ public:
                        }
                }
 
-               l = manage (left_aligned_label (_("Resize overlaped regions using:")));
+               l = manage (left_aligned_label (_("Resize overlapped regions using:")));
                l->set_name ("OptionsLabel");
 
                t->attach (*l, col, col + 1, row, row + 1, FILL | EXPAND, FILL);