Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
6dafb02a
Commit
6dafb02a
authored
Mar 23, 2018
by
Michael Natterer
😴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: fix capitalization of the image recovery dialog title
parent
bb58eab6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/gui/gui.c
app/gui/gui.c
+1
-1
No files found.
app/gui/gui.c
View file @
6dafb02a
...
...
@@ -323,7 +323,7 @@ gui_recover (gint n_recoveries)
GtkWidget
*
box
;
gboolean
recover
;
dialog
=
gimp_dialog_new
(
_
(
"Image
s r
ecovery"
),
"gimp-recovery"
,
dialog
=
gimp_dialog_new
(
_
(
"Image
R
ecovery"
),
"gimp-recovery"
,
NULL
,
GTK_DIALOG_MODAL
,
NULL
,
NULL
,
_
(
"_Discard"
),
GTK_RESPONSE_CANCEL
,
_
(
"_Recover"
),
GTK_RESPONSE_OK
,
...
...
Write
Preview
Markdown
is supported
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