[gitg] Replace '...' with the unicode character '…'



commit 108e5cbba0c979095c2c357f6574c1ce4db87746
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Thu Jan 2 19:49:02 2014 +0200

    Replace '...' with the unicode character '…'

 gitg/resources/ui/gitg-clone-dialog.ui |    2 +-
 libgitg/gitg-diff-view.vala            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-clone-dialog.ui b/gitg/resources/ui/gitg-clone-dialog.ui
index 1a126c6..6c8ad5d 100644
--- a/gitg/resources/ui/gitg-clone-dialog.ui
+++ b/gitg/resources/ui/gitg-clone-dialog.ui
@@ -115,7 +115,7 @@
                 <property name="can_focus">False</property>
                 <property name="orientation">vertical</property>
                 <property name="action">select-folder</property>
-                <property name="title" translatable="yes">Select location...</property>
+                <property name="title" translatable="yes">Select location…</property>
               </object>
               <packing>
                 <property name="left_attach">1</property>
diff --git a/libgitg/gitg-diff-view.vala b/libgitg/gitg-diff-view.vala
index a4cb776..e84da02 100644
--- a/libgitg/gitg-diff-view.vala
+++ b/libgitg/gitg-diff-view.vala
@@ -119,7 +119,7 @@ namespace Gitg
 
                        strings.set_string_member("stage", _("stage"));
                        strings.set_string_member("unstage", _("unstage"));
-                       strings.set_string_member("loading_diff", _("Loading diff..."));
+                       strings.set_string_member("loading_diff", _("Loading diff…"));
 
                        o.set_object_member("strings", strings);
 


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