[gnome-photos] main-toolbar: Use a "Cancel" button instead of "Done"
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] main-toolbar: Use a "Cancel" button instead of "Done"
- Date: Thu, 8 Aug 2013 10:14:05 +0000 (UTC)
commit d0d90eb1c74e2f27615c0ac72e8eb9a652400270
Author: Debarshi Ray <debarshir gnome org>
Date: Wed Aug 7 01:47:51 2013 +0200
main-toolbar: Use a "Cancel" button instead of "Done"
Fixes: https://bugzilla.gnome.org/699914
src/photos-main-toolbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-main-toolbar.c b/src/photos-main-toolbar.c
index 8197dc5..f1e0260 100644
--- a/src/photos-main-toolbar.c
+++ b/src/photos-main-toolbar.c
@@ -483,7 +483,7 @@ photos_main_toolbar_populate_for_selection_mode (PhotosMainToolbar *self)
photos_header_bar_set_mode (PHOTOS_HEADER_BAR (priv->toolbar), PHOTOS_HEADER_BAR_MODE_SELECTION);
selection_button = gd_header_simple_button_new ();
- gd_header_button_set_label (GD_HEADER_BUTTON (selection_button), _("Done"));
+ gd_header_button_set_label (GD_HEADER_BUTTON (selection_button), _("Cancel"));
gtk_header_bar_pack_end (GTK_HEADER_BAR (priv->toolbar), selection_button);
context = gtk_widget_get_style_context (selection_button);
gtk_style_context_add_class (context, "suggested-action");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]