[gimp] Bug 750473 - Replace `quote' by 'quote'
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 750473 - Replace `quote' by 'quote'
- Date: Sat, 6 Jun 2015 22:57:46 +0000 (UTC)
commit 844c4ec22b764a417c12c179e73700c2fe771e61
Author: Michael Natterer <mitch gimp org>
Date: Sun Jun 7 00:57:02 2015 +0200
Bug 750473 - Replace `quote' by 'quote'
In the gradient-flare plug-in.
plug-ins/gradient-flare/gradient-flare.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/gradient-flare/gradient-flare.c b/plug-ins/gradient-flare/gradient-flare.c
index 94d8c46..7caa6a1 100644
--- a/plug-ins/gradient-flare/gradient-flare.c
+++ b/plug-ins/gradient-flare/gradient-flare.c
@@ -2461,7 +2461,7 @@ dlg_setup_gflare (void)
dlg->gflare = gflares_list_lookup ("Default");
if (!dlg->gflare)
{
- g_warning (_("`Default' is created."));
+ g_warning (_("'Default' is created."));
dlg->gflare = gflare_new_with_default (_("Default"));
gflares_list_insert (dlg->gflare);
}
@@ -3161,7 +3161,7 @@ dlg_selector_copy_ok_callback (GtkWidget *widget,
if (gflares_list_lookup (copy_name))
{
- g_warning (_("The name `%s' is used already!"), copy_name);
+ g_warning (_("The name '%s' is used already!"), copy_name);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]