[evolution/wip/webkit2] Bug 743942 - Disambiguate string "Insert Image"
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Bug 743942 - Disambiguate string "Insert Image"
- Date: Wed, 22 Apr 2015 12:56:55 +0000 (UTC)
commit ba6aae97110c61dcc89ad6549fd31f9e1cea67d1
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 e1effb4..b577b4d 100644
--- a/e-util/e-html-editor-actions.c
+++ b/e-util/e-html-editor-actions.c
@@ -336,7 +336,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;
@@ -1113,6 +1113,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]