mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: Use a real sentence in the dup trans dialog tooltip
This commit is contained in:
parent
a186f58bcf
commit
f12a134a26
@ -145,7 +145,7 @@ gnc_dup_trans_dialog_create (GtkWidget * parent, DupTransDialog *dt_dialog,
|
||||
{
|
||||
GtkWidget *dialog;
|
||||
GtkBuilder *builder;
|
||||
const gchar *tt = _("Use +- keys to increment/decrement number.");
|
||||
const gchar *tt = _("You can type '+' or '-' to increment or decrement the number.");
|
||||
|
||||
builder = gtk_builder_new ();
|
||||
gnc_builder_add_from_file (builder, "gnc-plugin-page-register.glade", "num_adjustment");
|
||||
|
Loading…
Reference in New Issue
Block a user