We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c38c8 commit 06d4e3dCopy full SHA for 06d4e3d
bigocrpdf/usr/share/biglinux/bigocrpdf/window.py
@@ -319,7 +319,7 @@ def show_welcome_dialog(self) -> None:
319
320
# Main title
321
what_is = Gtk.Label()
322
- what_is.set_markup("<span size='large' weight='bold'>" + _("What is Big OCR PDF?") + "</span>")
+ what_is.set_markup("<span size='large' weight='bold'>" + _("What is") + " Big OCR PDF?</span>")
323
what_is.set_halign(Gtk.Align.CENTER)
324
what_is.set_margin_bottom(14)
325
content_box.append(what_is)
0 commit comments