summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-08-21 18:38:08 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-08-21 18:38:08 -0300
commit01956c4de7a89c7d512c340e7d3328f4485659a7 (patch)
treeaf6b8489c474383b1159b7f2a1bf859ea7d41497
parent3cfdf0bd16ca6d6280b0233d8e77e5f2095882e5 (diff)
downloadglade-01956c4de7a89c7d512c340e7d3328f4485659a7.tar.gz
GladePreferences: mark string as translatable
Mark file chooser dialog title as translatable
-rw-r--r--src/glade-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glade-preferences.c b/src/glade-preferences.c
index 0c1fbf46..a4de6bf7 100644
--- a/src/glade-preferences.c
+++ b/src/glade-preferences.c
@@ -231,7 +231,7 @@ on_add_catalog_button_clicked (GtkButton *button, GladePreferences *preferences)
GladePreferencesPrivate *priv = preferences->priv;
GtkWidget *dialog;
- dialog = gtk_file_chooser_dialog_new ("Select a catalog search path",
+ dialog = gtk_file_chooser_dialog_new (_("Select a catalog search path"),
GTK_WINDOW (preferences),
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER,
_("_Cancel"),