[gnome-boxes] wizard-toolbar: Show correct number of total steps
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] wizard-toolbar: Show correct number of total steps
- Date: Wed, 26 Nov 2014 14:44:30 +0000 (UTC)
commit adc27d2606c40aad27c40ea73e3f1a09644e0ade
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Nov 26 14:43:05 2014 +0000
wizard-toolbar: Show correct number of total steps
If we don't count INTRODUCTION and LAST, its total of 4 user visible
steps.
src/wizard-toolbar.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wizard-toolbar.vala b/src/wizard-toolbar.vala
index 13aee87..cbc9ce7 100644
--- a/src/wizard-toolbar.vala
+++ b/src/wizard-toolbar.vala
@@ -32,7 +32,7 @@ private class Boxes.WizardToolbar: HeaderBar {
break;
default:
- title = _("Create a box (step %d/5)").printf (page);
+ title = _("Create a box (step %d/4)").printf (page);
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]