mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add short_labels for a few toolbar buttons with long names.
That should fit a few more buttons on the toolbar.
This commit is contained in:
parent
d9bdf84d36
commit
52380d11d2
@ -265,6 +265,7 @@ static action_toolbar_labels toolbar_labels[] =
|
||||
{ "BlankEntryAction", N_("Blank") },
|
||||
{ "EditPostInvoiceAction", N_("Post") },
|
||||
{ "EditUnpostInvoiceAction", N_("Unpost") },
|
||||
{ "ToolsProcessPaymentAction", N_("Pay") },
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
|
@ -1122,6 +1122,13 @@ static action_toolbar_labels toolbar_labels[] =
|
||||
{ "FilePrintAction", N_("Print") },
|
||||
{ "ReportExportAction", N_("Export") },
|
||||
{ "ReportOptionsAction", N_("Options") },
|
||||
/* Translators: This string is meant to be a short alternative for "Save Report Configuration"
|
||||
* to be used as toolbar button label. */
|
||||
{ "ReportSaveAction", N_("Save Config") },
|
||||
/* Translators: This string is meant to be a short alternative for "Save Report Configuration As..."
|
||||
* to be used as toolbar button label. */
|
||||
{ "ReportSaveAsAction", N_("Save Config As...") },
|
||||
{ "FilePrintPDFAction", N_("Make Pdf") },
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
|
@ -39,10 +39,10 @@
|
||||
<toolitem name="ReportToolbarReload" action="ReportReloadAction" />
|
||||
<toolitem name="ReportToolbarStop" action="ReportStopAction" />
|
||||
<separator name="ReportToolbarSep1" />
|
||||
<toolitem name="ReportToolbarOptions" action="ReportOptionsAction" />
|
||||
<toolitem name="ReportToolbarSave" action="ReportSaveAction" />
|
||||
<toolitem name="ReportToolbarSaveAs" action="ReportSaveAsAction" />
|
||||
<toolitem name="ReportToolbarExport" action="ReportExportAction" />
|
||||
<toolitem name="ReportToolbarOptions" action="ReportOptionsAction" />
|
||||
<toolitem name="ReportToolbarPrint" action="FilePrintAction" />
|
||||
<toolitem name="ReportToolbarExportPDF" action="FilePrintPDFAction"/>
|
||||
</placeholder>
|
||||
|
Loading…
Reference in New Issue
Block a user