aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-12-05 05:27:18 +0800
committerChristian Persch <chpe@src.gnome.org>2005-12-05 05:27:18 +0800
commitda002ee07fd517b377656ca1ddf86cb122881e0a (patch)
treea0aca817f413debd78ed6f5f227c0d47d1eba7a2 /embed
parent32c5583766dd908d295860b8535958187392064f (diff)
downloadgsoc2013-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')
-rw-r--r--embed/mozilla/GtkNSSDialogs.cpp5
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);