diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-12-05 05:27:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-12-05 05:27:18 +0800 |
commit | da002ee07fd517b377656ca1ddf86cb122881e0a (patch) | |
tree | a0aca817f413debd78ed6f5f227c0d47d1eba7a2 /embed/mozilla | |
parent | 32c5583766dd908d295860b8535958187392064f (diff) | |
download | gsoc2013-epiphany-da002ee07fd517b377656ca1ddf86cb122881e0a.tar gsoc2013-epiphany-da002ee07fd517b377656ca1ddf86cb122881e0a.tar.gz gsoc2013-epiphany-da002ee07fd517b377656ca1ddf86cb122881e0a.tar.bz2 gsoc2013-epiphany-da002ee07fd517b377656ca1ddf86cb122881e0a.tar.lz gsoc2013-epiphany-da002ee07fd517b377656ca1ddf86cb122881e0a.tar.xz gsoc2013-epiphany-da002ee07fd517b377656ca1ddf86cb122881e0a.tar.zst gsoc2013-epiphany-da002ee07fd517b377656ca1ddf86cb122881e0a.zip |
Add a comment for translators.
2005-12-04 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSDialog.cpp:
Add a comment for translators.
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/GtkNSSDialogs.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embed/mozilla/GtkNSSDialogs.cpp b/embed/mozilla/GtkNSSDialogs.cpp index 59b7342ba..086821a35 100644 --- a/embed/mozilla/GtkNSSDialogs.cpp +++ b/embed/mozilla/GtkNSSDialogs.cpp @@ -180,7 +180,7 @@ higgy_setup_dialog (GtkDialog *dialog, const gchar *stock_icon, /* Set up the spacing for the dialog internal widgets */ gtk_box_set_spacing (GTK_BOX(dialog->action_area), 6); - gtk_box_set_spacing (GTK_BOX(dialog->vbox), 12); + gtk_box_set_spacing (GTK_BOX(dialog->vbox), 2); *content_label = label; if (content_vbox) @@ -772,7 +772,8 @@ GtkNSSDialogs::SetPKCS12FilePassword(nsIInterfaceRequestor *ctx, higgy_setup_dialog (GTK_DIALOG (dialog), GTK_STOCK_DIALOG_QUESTION, &label, &vbox); - button = gtk_button_new_with_mnemonic (_("_Backup Certificate")); + /* Translators: this is the action of the certificate being exported to a backup file */ + button = gtk_button_new_with_mnemonic (_("_Back Up Certificate")); gtk_widget_show (button); gtk_dialog_add_action_widget (GTK_DIALOG (dialog), button, GTK_RESPONSE_OK); GTK_WIDGET_SET_FLAGS (button, GTK_CAN_DEFAULT); |