summaryrefslogtreecommitdiff
path: root/src/glade-window.c
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-03-30 17:53:37 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-03-30 17:54:05 -0300
commit5a6b76bb6e60ef285d98e274a510ed0c019b537f (patch)
treecf72da225ce963aca18930bdd1410df53c693284 /src/glade-window.c
parentad17ef8678666e29731b48c7c62bee3b378bc33b (diff)
downloadglade-5a6b76bb6e60ef285d98e274a510ed0c019b537f.tar.gz
Added few comments for translators
Diffstat (limited to 'src/glade-window.c')
-rw-r--r--src/glade-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glade-window.c b/src/glade-window.c
index 8321ffd1..23ce4b70 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -3475,9 +3475,11 @@ glade_window_registration_notify_user (GladeWindow *window)
GTK_MESSAGE_QUESTION,
GTK_BUTTONS_YES_NO,
"%s",
+ /* translators: Primary message of a dialog used to notify the user about the survey */
_("We are conducting a user survey\n would you like to take it now?"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s",
+ /* translators: Secondary text of a dialog used to notify the user about the survey */
_("If not, you can always find it in the Help menu."));
check = gtk_check_button_new_with_mnemonic (_("_Do not show this dialog again"));
@@ -3500,5 +3502,6 @@ glade_window_registration_notify_user (GladeWindow *window)
}
else if (!completed)
glade_util_flash_message (priv->statusbar, priv->statusbar_context_id, "%s",
+ /* translators: Text to show in the statusbar if the user did not completed the survey and choose not to show the notification dialog again */
_("Go to Help -> Registration & User Survey and complete our survey!"));
}