[gnome-boxes] Use the unicode character '…' ins tead of '...'
- From: Yosef Or Boczko <yoseforb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Use the unicode character '…' ins tead of '...'
- Date: Sat, 30 Aug 2014 18:21:32 +0000 (UTC)
commit 17f41e5b09412580eac16b8a1bdc1800ce8a2f17
Author: Yosef Or Boczko <yoseforb src gnome org>
Date: Sat Aug 30 21:20:20 2014 +0300
Use the unicode character '…' instead of '...'
src/snapshot-list-row.vala | 2 +-
src/snapshots-property.vala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/snapshot-list-row.vala b/src/snapshot-list-row.vala
index 884e42f..fa98d8a 100644
--- a/src/snapshot-list-row.vala
+++ b/src/snapshot-list-row.vala
@@ -144,7 +144,7 @@ private class Boxes.SnapshotListRow : Gtk.ListBoxRow {
var show_activity = (machine.state == Machine.MachineState.RUNNING);
if (show_activity)
- activity_message = _("Reverting to %s...").printf (snapshot_name);
+ activity_message = _("Reverting to %s…").printf (snapshot_name);
if (snapshot_state == GVirConfig.DomainSnapshotDomainState.SHUTOFF) {
ulong restart_id = 0;
diff --git a/src/snapshots-property.vala b/src/snapshots-property.vala
index 1927d8e..714f749 100644
--- a/src/snapshots-property.vala
+++ b/src/snapshots-property.vala
@@ -100,7 +100,7 @@ private class Boxes.SnapshotsProperty : Boxes.Property {
private async void create_snapshot () {
if (machine.state == Machine.MachineState.RUNNING)
- this.activity = _("Creating new snapshot...");
+ this.activity = _("Creating new snapshot…");
try {
var new_snapshot = yield machine.properties.create_snapshot ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]