[gimp] app: fix sentence and typo.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix sentence and typo.
- Date: Tue, 22 Feb 2022 14:34:34 +0000 (UTC)
commit e5509ffcdb74b4deaa0e804c757e02634d2e0a17
Author: Jehan <jehan girinstud io>
Date: Tue Feb 22 15:32:13 2022 +0100
app: fix sentence and typo.
Thanks to Liam for the fix/feedback on IRC. There was a typo (s/if/it)
and some better wording proposition.
s/You can call if again/You can show it again/
app/dialogs/welcome-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/dialogs/welcome-dialog.c b/app/dialogs/welcome-dialog.c
index dd556c051b..de3a357209 100644
--- a/app/dialogs/welcome-dialog.c
+++ b/app/dialogs/welcome-dialog.c
@@ -412,7 +412,7 @@ welcome_dialog_create (Gimp *gimp)
widget = gtk_label_new (NULL);
tmp = g_strdup (_("This welcome dialog is only shown at first launch. "
- "You can call if again from the \"Help\" menu."));
+ "You can show it again from the \"Help\" menu."));
markup = g_strdup_printf ("<small>%s</small>", tmp);
g_free (tmp);
widget = gtk_label_new (NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]