[gimp/extra-space: 69/69] Remove unnecessary space at the end of the string
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/extra-space: 69/69] Remove unnecessary space at the end of the string
- Date: Tue, 28 Sep 2021 10:43:00 +0000 (UTC)
commit 6aaa017d34bff6e31f0b03081bebed19d4fa6998
Author: Jordi Mas <jmas softcatala org>
Date: Mon Aug 30 20:27:10 2021 +0200
Remove unnecessary space at the end of the string
app/actions/edit-commands.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/actions/edit-commands.c b/app/actions/edit-commands.c
index eda8f57b1d..6a1214a4a6 100644
--- a/app/actions/edit-commands.c
+++ b/app/actions/edit-commands.c
@@ -460,7 +460,7 @@ edit_named_copy_visible_cmd_callback (GimpAction *action,
return_if_no_image (image, data);
return_if_no_widget (widget, data);
- dialog = gimp_query_string_box (_("Copy Visible Named "), widget,
+ dialog = gimp_query_string_box (_("Copy Visible Named"), widget,
gimp_standard_help_func,
GIMP_HELP_BUFFER_COPY,
_("Enter a name for this buffer"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]