Better label: Edit desktop bookmarks.
[tweakr] / modules / tweakr-desktop.c
index de1de77..e5eae17 100644 (file)
@@ -319,7 +319,7 @@ _edit_bookmarks_clicked (GtkButton *button, TweakrDesktopSection *section)
         if (section->bookmarks_dialog == NULL)
         {
             section->bookmarks_dialog = gtk_dialog_new_with_buttons
-                (_("Edit bookmark labels"),
+                (_("Edit desktop bookmarks"),
                  GTK_WINDOW (gtk_widget_get_ancestor
                              (tweakr_section_get_widget
                               (TWEAKR_SECTION (section)),
@@ -354,7 +354,7 @@ _edit_bookmarks_clicked (GtkButton *button, TweakrDesktopSection *section)
     }
 }
 
-GtkWidget *
+static GtkWidget *
 _build_bookmarks_button (TweakrDesktopSection *section)
 {
     GtkWidget *button;
@@ -366,7 +366,7 @@ _build_bookmarks_button (TweakrDesktopSection *section)
 
     button = hildon_button_new_with_text (HILDON_SIZE_AUTO,
                                           HILDON_BUTTON_ARRANGEMENT_VERTICAL,
-                                          _("Edit bookmarks labels"), "");
+                                          _("Edit desktop bookmarks"), "");
     gtk_button_set_alignment (GTK_BUTTON (button), 0.0f, 0.5f);
     hildon_gtk_widget_set_theme_size (button, HILDON_SIZE_FINGER_HEIGHT);