From: Editor Lionbridge Date: Fri, 28 Oct 2016 14:37:15 +0000 (+0300) Subject: [LB]: General quality fixes for Guides X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F94404%2F2;p=sdk%2Fonline-doc.git [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 --- 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