mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Mark string for translation as pointed out by Andreas Köhler.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13831 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
cf8d35eb04
commit
913f040e62
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-22 Christian Stimming <stimming@tuhh.de>
|
||||||
|
|
||||||
|
* src/gnome/gnc-split-reg.c: Mark string for translation as
|
||||||
|
pointed out by Andreas Köhler.
|
||||||
|
|
||||||
2006-04-22 David Hampton <hampton@employees.org>
|
2006-04-22 David Hampton <hampton@employees.org>
|
||||||
|
|
||||||
* src/gnome-utils/gnc-main-window.c: Fix a null pointer
|
* src/gnome-utils/gnc-main-window.c: Fix a null pointer
|
||||||
|
@ -1891,7 +1891,7 @@ gboolean
|
|||||||
gtk_callback_bug_workaround (gpointer argp)
|
gtk_callback_bug_workaround (gpointer argp)
|
||||||
{
|
{
|
||||||
dialog_args *args = argp;
|
dialog_args *args = argp;
|
||||||
const gchar *read_only = "This account register is read-only.";
|
const gchar *read_only = _("This account register is read-only.");
|
||||||
GtkWidget *dialog;
|
GtkWidget *dialog;
|
||||||
|
|
||||||
dialog = gtk_message_dialog_new(GTK_WINDOW(args->gsr->window),
|
dialog = gtk_message_dialog_new(GTK_WINDOW(args->gsr->window),
|
||||||
|
Loading…
Reference in New Issue
Block a user