summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungkeun Lee <sngn.lee@samsung.com>2016-11-30 11:59:48 +0900
committerGerrit Code Review <gerrit@s001>2016-11-30 11:59:48 +0900
commit730d52e8e4f79227c5f332451604c25923117fc8 (patch)
tree2e105f624054af83b04a4773121f3f9c0f0d35f2
parent443e9e4774046ed807087a5e9f5e1c904962b031 (diff)
parent91191b03fa85de238838b7cbb58580d3f4fba139 (diff)
downloadxamarin-forms-730d52e8e4f79227c5f332451604c25923117fc8.tar.gz
xamarin-forms-730d52e8e4f79227c5f332451604c25923117fc8.tar.bz2
xamarin-forms-730d52e8e4f79227c5f332451604c25923117fc8.zip
Merge "Fixed the comment because original sentence is too long." into devel/dotnet
-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
{