[bijiben] mainToolbar: few tips to translators
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] mainToolbar: few tips to translators
- Date: Wed, 17 Sep 2014 20:12:13 +0000 (UTC)
commit 9a3f2f66247a3ae7b322c90106b9f999340b92bd
Author: Pierre-Yves Luyten <py luyten fr>
Date: Wed Sep 17 22:10:54 2014 +0200
mainToolbar: few tips to translators
src/bjb-main-toolbar.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/src/bjb-main-toolbar.c b/src/bjb-main-toolbar.c
index 5b1ced2..5243ff5 100644
--- a/src/bjb-main-toolbar.c
+++ b/src/bjb-main-toolbar.c
@@ -432,9 +432,12 @@ populate_bar_for_standard(BjbMainToolbar *self)
G_CALLBACK (on_back_button_clicked), self);
}
- /* New Note button */
else
{
+ /*
+ * Translators : <_New> refers to new note creation.
+ * User clicks new, which opens a new blank note.
+ */
priv->new = gtk_button_new_with_mnemonic (_("_New"));
gtk_widget_set_valign (priv->new, GTK_ALIGN_CENTER);
@@ -755,10 +758,13 @@ bjb_note_menu_new (BjbMainToolbar *self)
result = gtk_menu_new();
editor = BIJI_WEBKIT_EDITOR (biji_note_obj_get_editor (priv->note));
- /* Detach and separator */
detached = bjb_window_base_is_detached (BJB_WINDOW_BASE (self->priv->window));
if (detached == FALSE)
{
+ /*
+ * Open the current note in a new window
+ * in order to be able to see it and others at the same time
+ */
item = gtk_menu_item_new_with_label (_("Open in New Window"));
gtk_menu_shell_append (GTK_MENU_SHELL (result), item);
g_signal_connect_swapped (item, "activate",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]