Use proper ellipsis instead of three dots

This commit is contained in:
Piotr Drąg 2015-08-25 19:47:55 +02:00
parent 4ac6100c2e
commit e2291ff58b

View file

@ -420,7 +420,7 @@ namespace Gitg
public Row? begin_cloning(File location)
{
var row = new Row(location.get_basename(), Utils.replace_home_dir_with_tilde(location.get_parent()), _("Cloning..."), true);
var row = new Row(location.get_basename(), Utils.replace_home_dir_with_tilde(location.get_parent()), _("Cloning"), true);
row.loading = true;
row.show();