From a1f9d05f1cf187127d28c1f65d3a265d6c45177b Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 6 Dec 2022 06:08:21 -0500 Subject: [PATCH] Fix source typo 'Rigth' --- sources/ui/xrefpropertieswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ui/xrefpropertieswidget.cpp b/sources/ui/xrefpropertieswidget.cpp index 9d2d8b5e9..cb34302c4 100644 --- a/sources/ui/xrefpropertieswidget.cpp +++ b/sources/ui/xrefpropertieswidget.cpp @@ -108,7 +108,7 @@ void XRefPropertiesWidget::buildUi() ui -> m_xrefpos_cb -> addItem(tr("Top"),"top"); ui -> m_xrefpos_cb -> addItem(tr("Bottom"),"bottom"); ui -> m_xrefpos_cb -> addItem(tr("Left"),"left"); - ui -> m_xrefpos_cb -> addItem(tr("Rigth"),"right"); + ui -> m_xrefpos_cb -> addItem(tr("Right"),"right"); ui -> m_xrefpos_cb -> addItem(tr("Text alignment"),"alignment"); m_previous_type_index = ui -> m_type_cb -> currentIndex(); }