[tomboy] Fixed missing ending period in UI string (630577)



commit 61e1883dc97435712a7c8f10ffc3d7ee74e30c74
Author: Matt Rajca <matt rajca me com>
Date:   Sat Nov 13 10:31:03 2010 -0600

    Fixed missing ending period in UI string (630577)
    
    Signed-off-by: Jared Jennings <jjennings src gnome org>

 Tomboy/PreferencesDialog.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/PreferencesDialog.cs b/Tomboy/PreferencesDialog.cs
index 90ebe5e..4180a72 100644
--- a/Tomboy/PreferencesDialog.cs
+++ b/Tomboy/PreferencesDialog.cs
@@ -1167,7 +1167,7 @@ namespace Tomboy
 				                                      "You have disabled the configured synchronization service.  " +
 				                                      "Your synchronization settings will now be cleared.  " +
 				                                      "You may be forced to synchronize all of your notes again " +
-				                                      "when you save new settings"));
+				                                      "when you save new settings."));
 				dialog.Run ();
 				dialog.Destroy ();
 			}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]