summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2021-01-20 15:10:17 -0600
committerJan-Michael Brummer <jan.brummer@tabos.org>2021-01-21 08:31:30 +0000
commit7dc3d1073fafa7f00661419655f4b10154b70467 (patch)
tree0f46596d051f4c322c38f377cd6ba3e8073e65bd
parent69f2f873628441d99a8f9f4c78e7c0b45047e9c3 (diff)
downloadepiphany-mcatanzaro/#1423.tar.gz
Add translator comment for web extension file chooser dialogmcatanzaro/#1423
Fixes #1423
-rw-r--r--src/ephy-web-extension-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-web-extension-dialog.c b/src/ephy-web-extension-dialog.c
index d1da9f0dc..770e83a92 100644
--- a/src/ephy-web-extension-dialog.c
+++ b/src/ephy-web-extension-dialog.c
@@ -208,6 +208,7 @@ on_add_button_clicked (GtkButton *button,
GtkFileFilter *filter;
gint res;
+ /* Translators: this is the title of a file chooser dialog. */
dialog = gtk_file_chooser_dialog_new (_("Open File (manifest.json/xpi)"),
GTK_WINDOW (self),
GTK_FILE_CHOOSER_ACTION_OPEN,