Exlpain "Blank Transaction" to translators

This commit is contained in:
fell 2017-03-23 21:32:20 +01:00
parent 6f3f3bb821
commit c1aa562690

View File

@ -1722,6 +1722,8 @@ gnc_tree_control_split_reg_save (GncTreeViewSplitReg *view, gboolean reg_closing
{ {
GtkWidget *dialog, *window; GtkWidget *dialog, *window;
gint response; gint response;
/* Translators: his message will be presented when a user *
* attempts to record a transaction without splits */
const char *title = _("Not enough information for Blank Transaction?"); const char *title = _("Not enough information for Blank Transaction?");
const char *message = const char *message =
_("The blank transaction does not have enough information to save it. Would you like to " _("The blank transaction does not have enough information to save it. Would you like to "