diff --git a/src/gen/display/name.py b/src/gen/display/name.py index fdbb36e61..696c39718 100644 --- a/src/gen/display/name.py +++ b/src/gen/display/name.py @@ -288,6 +288,7 @@ class NameDisplay(object): (Name.FN, _("Given"), '%f', _ACT), (Name.FNLN, _("Given Surname Suffix"), '%f %l %s', _ACT), # primary name primconnector other, given pa/matronynic suffix, primprefix + # translators, long string, have a look at Preferences dialog (Name.LNFNP, _("Main Surnames, Given Patronymic Suffix Prefix"), '%1m %2m %o, %f %1y %s %0m', _ACT), # DEPRECATED FORMATS diff --git a/src/plugins/lib/libhtmlconst.py b/src/plugins/lib/libhtmlconst.py index df5b341dc..3746a0d71 100644 --- a/src/plugins/lib/libhtmlconst.py +++ b/src/plugins/lib/libhtmlconst.py @@ -106,6 +106,7 @@ _COPY_OPTIONS = [ _('Standard copyright'), # This must match _CC + # translators, long strings, have a look at Web report dialogs _('Creative Commons - By attribution'), _('Creative Commons - By attribution, No derivations'), _('Creative Commons - By attribution, Share-alike'),