Skip to content

Commit 06d4e3d

Browse files
committed
Fix translation title: What is Big OCR PDF
1 parent e9c38c8 commit 06d4e3d

File tree

1 file changed

+1
-1
lines changed
  • bigocrpdf/usr/share/biglinux/bigocrpdf

1 file changed

+1
-1
lines changed

bigocrpdf/usr/share/biglinux/bigocrpdf/window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def show_welcome_dialog(self) -> None:
319319

320320
# Main title
321321
what_is = Gtk.Label()
322-
what_is.set_markup("<span size='large' weight='bold'>" + _("What is Big OCR PDF?") + "</span>")
322+
what_is.set_markup("<span size='large' weight='bold'>" + _("What is") + " Big OCR PDF?</span>")
323323
what_is.set_halign(Gtk.Align.CENTER)
324324
what_is.set_margin_bottom(14)
325325
content_box.append(what_is)

0 commit comments

Comments
 (0)