[gnome-maps/wip/osm-edit: 13/16] osmEdit: Reset label o f ”Next“ button when going back to editing
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/osm-edit: 13/16] osmEdit: Reset label o f ”Next“ button when going back to editing
- Date: Mon, 7 Dec 2015 21:47:24 +0000 (UTC)
commit eb72d2a8319bc174dc7807d436da827bd119a2b3
Author: Marcus Lundblad <ml update uu se>
Date: Sun Dec 6 22:32:36 2015 +0100
osmEdit: Reset label of ”Next“ button when going back to editing
https://bugzilla.gnome.org/show_bug.cgi?id=726628
src/osmEditDialog.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/osmEditDialog.js b/src/osmEditDialog.js
index 7f8ab73..bad279a 100644
--- a/src/osmEditDialog.js
+++ b/src/osmEditDialog.js
@@ -150,6 +150,7 @@ const OSMEditDialog = new Lang.Class({
_onBackClicked: function() {
this._backButton.visible = false;
this._cancelButton.visible = true;
+ this._nextButton.label = _("Next");
this._stack.set_visible_child_name('editor');
this._isEditing = true;
this._commentTextView.buffer.text = '';
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]