Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
ee4b9854
Commit
ee4b9854
authored
Feb 22, 2000
by
Sven Neumann
Browse files
fixed typos, updated german translation
--Sven
parent
863b2491
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ee4b9854
Tue Feb 22 18:40:53 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/gfig/gfig.c: typso fixed
2000-02-22 Michael Natterer <mitch@gimp.org>
* app/gimpcontext.[ch]: it's more intelligent to implement the
...
...
plug-ins/gfig/gfig.c
View file @
ee4b9854
...
...
@@ -3309,7 +3309,7 @@ options_page (void)
_
(
"Grey"
),
(
gpointer
)
GFIG_GREY_GC
,
NULL
,
_
(
"Darker"
),
(
gpointer
)
GTK_STATE_ACTIVE
,
NULL
,
_
(
"Lighter"
),
(
gpointer
)
GTK_STATE_PRELIGHT
,
NULL
,
_
(
"Ve
w
ry Dark"
),
(
gpointer
)
GTK_STATE_SELECTED
,
NULL
,
_
(
"Very Dark"
),
(
gpointer
)
GTK_STATE_SELECTED
,
NULL
,
NULL
);
gimp_table_attach_aligned
(
GTK_TABLE
(
table
),
0
,
2
,
...
...
@@ -3336,7 +3336,7 @@ options_page (void)
(
gpointer
)
1
);
gtk_widget_show
(
toggle
);
toggle
=
gtk_check_button_new_with_label
(
_
(
"Hide Cntr Pnts
"
));
toggle
=
gtk_check_button_new_with_label
(
_
(
"Hide Cntr Pnts"
));
gtk_table_attach
(
GTK_TABLE
(
table
),
toggle
,
1
,
2
,
4
,
5
,
GTK_FILL
,
GTK_FILL
,
0
,
0
);
gtk_signal_connect
(
GTK_OBJECT
(
toggle
),
"toggled"
,
...
...
@@ -3684,7 +3684,7 @@ gfig_pos_labels (void)
gtk_widget_show
(
hbox
);
/* Position labels */
label
=
gtk_label_new
(
_
(
"XY Pos:
"
));
label
=
gtk_label_new
(
_
(
"XY Pos:"
));
gtk_box_pack_start
(
GTK_BOX
(
hbox
),
label
,
FALSE
,
FALSE
,
0
);
gtk_widget_show
(
label
);
...
...
@@ -4094,8 +4094,7 @@ gfig_ok_callback (GtkWidget *widget,
gchar
*
message
;
message
=
g_strdup_printf
(
_
(
"Unsaved Gfig objects - continue with exiting?
\n
"
"Number of objects unsaved = %d"
),
count
);
g_strdup_printf
(
_
(
"%d unsaved Gfig objects.
\n
Continue with exiting?"
),
count
);
dialog
=
gimp_query_boolean_box
(
_
(
"Warning"
),
gimp_plugin_help_func
,
...
...
po-plug-ins/ChangeLog
View file @
ee4b9854
Tue Feb 22 18:41:49 CET 2000 Sven Neumann <sven@gimp.org>
* de.po: updated german translation
Sat Feb 19 13:50:51 CET 2000 Sven Neumann <sven@gimp.org>
* de.po: updated german translation
...
...
po-plug-ins/de.po
View file @
ee4b9854
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment