Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12696 from EverythingMe/916262-evme-tutorial
Browse files Browse the repository at this point in the history
[Bug 916262] Add e.me step to FTE [r=fcampo]
  • Loading branch information
evyatron committed Oct 8, 2013
2 parents 59a6c33 + d4538d4 commit 07b4be3
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 2 deletions.
Binary file modified apps/communications/ftu/css/images/tutorial/3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/communications/ftu/css/images/tutorial/3@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/communications/ftu/css/images/tutorial/3@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/communications/ftu/css/images/tutorial/4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/communications/ftu/css/images/tutorial/4@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/communications/ftu/css/images/tutorial/4@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions apps/communications/ftu/js/tutorial.js
Expand Up @@ -15,15 +15,23 @@ var tutorialSteps = {
key: 'tutorial-step3',
image: 'css/images/tutorial/2.png'
},
// evme step - adding a new l10n key to avoid re-id'ing
// due to bug 902487 not being solved yet (see previous step as well)
// should change each step to use the appropriate key
3: {
hash: '#step3',
key: 'tutorial-step4',
key: 'tutorial-step-evme',
image: 'css/images/tutorial/3.png'
},
4: {
hash: '#step4',
key: 'tutorial-step5',
key: 'tutorial-step4',
image: 'css/images/tutorial/4.png'
},
5: {
hash: '#step5',
key: 'tutorial-step5',
image: 'css/images/tutorial/5.png'
}
};

Expand Down
1 change: 1 addition & 0 deletions apps/communications/ftu/locales/ftu.en-US.properties
Expand Up @@ -234,6 +234,7 @@ tutorial-step2 = Swipe from left to right to discover new apps.
tutorial-step3 = Tap and hold on an icon to delete or move it.
tutorial-step4 = Swipe down to access recent notifications, credit information and settings.
tutorial-step5 = Tap and hold the home button to browse and close recent apps.
tutorial-step-evme = Enter any keyword or topic and your phone will instantly adapt.

#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
# Offline Error Dialog
Expand Down

0 comments on commit 07b4be3

Please sign in to comment.