[bijiben] UI: Rename "External Notes" to "Import Notes"



commit 534b25b0b488aa19c32ebffaa60b7d52862b79aa
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Mon Apr 29 21:44:11 2013 +0100

    UI: Rename "External Notes" to "Import Notes"
    
    Bug 699263

 src/bjb-app-menu.c        |    4 ++--
 src/resources/app-menu.ui |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/bjb-app-menu.c b/src/bjb-app-menu.c
index 70deb8e..16ee960 100644
--- a/src/bjb-app-menu.c
+++ b/src/bjb-app-menu.c
@@ -159,7 +159,7 @@ external_activated (GSimpleAction *action,
 
   windows = gtk_application_get_windows (GTK_APPLICATION(user_data));
 
-  dialog = gtk_dialog_new_with_buttons (_("External Notes"),
+  dialog = gtk_dialog_new_with_buttons (_("Import Notes"),
                                         g_list_nth_data (windows, 0),
                                         GTK_DIALOG_MODAL| 
                                         GTK_DIALOG_DESTROY_WITH_PARENT,
@@ -174,7 +174,7 @@ external_activated (GSimpleAction *action,
   gtk_widget_set_hexpand (area, TRUE);
   gtk_widget_set_vexpand (area, TRUE);
 
-  label = gtk_label_new (_("Click on the external notes to import"));
+  label = gtk_label_new (_("Import notes from:"));
   gtk_box_pack_start (GTK_BOX (area), label, TRUE, FALSE, 2);
 
   store = gtk_list_store_new (IMPORT_DIALOG_N_COLUMNS,
diff --git a/src/resources/app-menu.ui b/src/resources/app-menu.ui
index dcb4b66..7d36bcc 100644
--- a/src/resources/app-menu.ui
+++ b/src/resources/app-menu.ui
@@ -7,7 +7,7 @@
         <attribute name="accel">&lt;Primary&gt;n</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_External Notes</attribute>
+        <attribute name="label" translatable="yes">_Import Notes</attribute>
         <attribute name="action">app.external</attribute>
       </item>
     </section>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]