diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-12 17:01:57 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-12 17:01:57 -0400 |
| commit | 5fcd9c9ef345944deab65718cb3c073d8ba8babb (patch) | |
| tree | b1693a073912e877605e19331041528e8fa85e81 | |
| parent | 75cb70566c6905885caf94f801166cc370c24e60 (diff) | |
#325 - fixed static text
Former-commit-id: ed95afe5e10ccd5c7a97bbee5535b65fd02036db
| -rw-r--r-- | www/lang/locale-en.json | 7 | ||||
| -rw-r--r-- | www/templates/events-modal.html | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 3c28165c..cf5d2181 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -56,8 +56,8 @@ "kDeletingEvent" :"deleting event", "kDevOptions" :"Dev. Settings", "kDeveloperOptionsFor" :"Developer Options for", - "kDisableAlarmMontage" : "Disable alarm API in montage", - "kDisableAlarmMontageSub" : "may help if server gets overloaded", + "kDisableAlarmMontage" :"Disable alarm API in montage", + "kDisableAlarmMontageSub" :"may help if server gets overloaded", "kDisableNative" :"Disable Native transitions", "kDisableNativeSub" :"Enable if the menu is freezing", "kDisablePush" :"disable APNS/GCM", @@ -94,6 +94,7 @@ "kEventsCap" :"Events", "kExampleServer" :"eg. My House", "kExitAppBackground" :"exit app in background", + "kExitEventView" :"exit event view", "kExitFullScreen" :"exit full screen", "kExitLiveView" :"exit live view", "kExpert" :"Expert", @@ -149,8 +150,8 @@ "kLoginValidAPIFailedTitle" :"Login validated but API failed", "kLoginValidatedTitle" :"Login Validated", "kLogs" :"Logs", + "kLowBWDisplay" :"low bandwidth", "kLowBandwidth" :"low bandwidth mode", - "kLowBWDisplay" : "low bandwidth", "kManageServerGroups" :"Manage Server Groups", "kMaxFPS" :"Max FPS", "kMaxItemsForTimeline" :"Max. items for Timeline", diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 2f8bc08d..e6211aab 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -103,7 +103,7 @@ <a mfb-button icon="ion-arrow-left-c" label="{{'kPrevEvent'|translate}}" ng-click="jumpToEvent(prevId,-1);"></a> <a mfb-button icon="ion-arrow-resize" label="{{imageFit?'fill screen':'fit screen'}}" ng-click="scaleImage();"></a> - <a mfb-button icon="ion-close" label="exit event view" ng-click="closeModal()"> </a> + <a mfb-button icon="ion-close" label="{{'kExitEventView' | translate}}" ng-click="closeModal()"> </a> </nav> |
