From 0bfb3f3909e6f54e42afb42b5818ebf56093b0bd Mon Sep 17 00:00:00 2001 From: Editor Lionbridge Date: Fri, 28 Oct 2016 17:37:15 +0300 Subject: [PATCH] [LB]: General quality fixes for Guides - Small consistency checks and minor changes PS2: [LB] Ambient mode pixel size fixed from 20% to 15% Change-Id: I8fe0d5d8fab10393aba45bf8f65d4e2837f4e4b2 --- .../html/native/app_management/app_controls_n.htm | 2 +- .../html/native/internationalization/i18n_n.htm | 16 ++++++++-------- org.tizen.guides/html/native/media/media_key_n.htm | 1 + org.tizen.guides/html/web/sensors/task_sensorball_w.htm | 2 +- org.tizen.guides/html/web/ui/tau/tau_porting_w.htm | 2 ++ org.tizen.guides/html/web/ui/tau/tau_w.htm | 2 +- .../html/web/w3c/media/task_selfcamera_w.htm | 2 +- 7 files changed, 15 insertions(+), 12 deletions(-) diff --git a/org.tizen.guides/html/native/app_management/app_controls_n.htm b/org.tizen.guides/html/native/app_management/app_controls_n.htm index 559ecb7..381447a 100644 --- a/org.tizen.guides/html/native/app_management/app_controls_n.htm +++ b/org.tizen.guides/html/native/app_management/app_controls_n.htm @@ -220,7 +220,7 @@ app_control_destroy(app_control); Note - Be careful when using the explicit launch because the target application does not exist in the device, and you need to handle the APP_CONTROL_ERROR_NOT_FOUND error. If you want to launch an application that supports a certain operation, use implicit launch. + Be careful when using the explicit launch, because if the target application does not exist in the device, you need to handle the APP_CONTROL_ERROR_NOT_FOUND error. If you want to launch any application that supports a certain operation, use the implicit launch. diff --git a/org.tizen.guides/html/native/internationalization/i18n_n.htm b/org.tizen.guides/html/native/internationalization/i18n_n.htm index 2948959..04a2d8c 100644 --- a/org.tizen.guides/html/native/internationalization/i18n_n.htm +++ b/org.tizen.guides/html/native/internationalization/i18n_n.htm @@ -47,10 +47,10 @@
  • Managing Dates and Calendar
  • Managing Locales
  • Managing Numbers
  • -
  • Managing Iteration Using Ubrk
  • +
  • Managing Iteration Using Ubrk
  • Managing Enumerations
  • Managing Time Zones
  • -
  • Managing Sets
  • +
  • Managing Sets
  • Related Info