[evolution] Bug 743942 - Disambiguate string "Insert Image"
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 743942 - Disambiguate string "Insert Image"
- Date: Wed, 11 Feb 2015 12:07:11 +0000 (UTC)
commit ffacad7cdef0a73d0cc4ebcdf198e035633e907d
Author: Milan Crha <mcrha redhat com>
Date: Wed Feb 11 13:08:25 2015 +0100
Bug 743942 - Disambiguate string "Insert Image"
e-util/e-html-editor-actions.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-actions.c b/e-util/e-html-editor-actions.c
index 713248d..7ebcef1 100644
--- a/e-util/e-html-editor-actions.c
+++ b/e-util/e-html-editor-actions.c
@@ -508,7 +508,7 @@ action_insert_image_cb (GtkAction *action,
{
GtkWidget *dialog;
- dialog = e_image_chooser_dialog_new (_("Insert Image"), NULL);
+ dialog = e_image_chooser_dialog_new (C_("dialog-title", "Insert Image"), NULL);
if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_ACCEPT) {
EHTMLEditorView *view;
@@ -1289,6 +1289,7 @@ static GtkActionEntry html_entries[] = {
"insert-image",
N_("_Image..."),
NULL,
+ /* Translators: This is an action tooltip */
N_("Insert Image"),
G_CALLBACK (action_insert_image_cb) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]