https://bugs.documentfoundation.org/show_bug.cgi?id=164749
--- Comment #8 from Sahil Gautam (Allotropia) <[email protected]> --- (In reply to Gabor Kelemen (allotropia) from comment #7) > (In reply to Julien Nabet from comment #5) > > Thank you Sahil for the quick feedback. > > > > Let's put this one to RESOLVED/FIXED since it can't be cherry-picked for > > 25.2 anyway (see https://wiki.documentfoundation.org/ReleasePlan/25.2). > > Yes it can. The string was pre-existing so only marking it as translatable > for point releases is fine. > > And while we are at it, let's do this one as well: > > sc/uiconfig/scalc/ui/duplicaterecordsdlg.ui: <property > name="label" translatable="no" > context="duplicaterecordsdialog|includesheaders">Data contains row/col > headers</property> > > -> https://gerrit.libreoffice.org/c/core/+/180707 strings.hrc ``` #define STR_DUPLICATERECORDS_DATACONATINSROWHEADERS NC_("STR_DUPLICATERECORDS_DATACONATINSROWHEADERS", "Data contains row headers") #define STR_DUPLICATERECORDS_DATACONATINSCOLUMNHEADERS NC_("STR_DUPLICATERECORDS_DATACONATINSCOLUMNHEADERS", "Data contains column headers") ``` includeheaders is dynamically changed, and is already localized. -- You are receiving this mail because: You are the assignee for the bug.
