add localization context to 'Title' for Finnish
svn: r5100
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
import os
|
||||
import time
|
||||
from gettext import gettext as _
|
||||
from Utils import strip_context as __
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
@@ -166,7 +167,7 @@ class SimpleBookTitleOptions(ReportOptions.ReportOptions):
|
||||
self.footer_entry = gtk.Entry()
|
||||
self.footer_entry.set_text(footer_string)
|
||||
|
||||
dialog.add_frame_option(_('Text'),_('Title'),self.title_entry)
|
||||
dialog.add_frame_option(_('Text'),__('book|Title'),self.title_entry)
|
||||
dialog.add_frame_option(_('Text'),_('Subtitle'),self.subtitle_entry)
|
||||
dialog.add_frame_option(_('Text'),_('Footer'),self.footer_entry)
|
||||
|
||||
|
Reference in New Issue
Block a user