summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrina6350.you <rina6350.you@samsung.com>2016-11-30 11:28:41 +0900
committerrina6350.you <rina6350.you@samsung.com>2016-11-30 11:28:41 +0900
commit91191b03fa85de238838b7cbb58580d3f4fba139 (patch)
tree5199ce71faab2e2e275658b75a94a2c9b038633c
parent4b57ae09e5afac884ced263461b1aaf15da7c542 (diff)
downloadxamarin-forms-91191b03fa85de238838b7cbb58580d3f4fba139.tar.gz
xamarin-forms-91191b03fa85de238838b7cbb58580d3f4fba139.tar.bz2
xamarin-forms-91191b03fa85de238838b7cbb58580d3f4fba139.zip
Fixed the comment because original sentence is too long.
Change-Id: I462f9269da39ea19b436be6abcf7ab4594574990
-rwxr-xr-x[-rw-r--r--]Xamarin.Forms.Platform.Tizen/Native/Dialog.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/Dialog.cs b/Xamarin.Forms.Platform.Tizen/Native/Dialog.cs
index cc98f30e..e616ff5a 100644..100755
--- a/Xamarin.Forms.Platform.Tizen/Native/Dialog.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/Dialog.cs
@@ -5,7 +5,8 @@ using EButton = ElmSharp.Button;
namespace Xamarin.Forms.Platform.Tizen.Native
{
/// <summary>
- /// Base class for Dialogs. A dialog is a small window that prompts the user to make a decision or enter additional information.
+ /// Base class for Dialogs.
+ /// A dialog is a small window that prompts the user to make a decision or enter additional information.
/// </summary>
public class Dialog : Popup
{