summaryrefslogtreecommitdiff
path: root/src/AppWindow.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-29 23:25:59 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-29 23:25:59 +0200
commit6944ad9f9346341ee0fd120ec3ed0b7b56406436 (patch)
treeae59422da384a9463c306e1983be5ac46ff97c7d /src/AppWindow.vala
parent803e11e1c311a7ba4923d8d438eafa7ff62b463d (diff)
parent72e3d4c55a6569d966059f762824c38d06055871 (diff)
Merge tag 'upstream/0.25.0'
Upstream version 0.25.0
Diffstat (limited to 'src/AppWindow.vala')
-rw-r--r--src/AppWindow.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AppWindow.vala b/src/AppWindow.vala
index b979d9e..0103300 100644
--- a/src/AppWindow.vala
+++ b/src/AppWindow.vala
@@ -506,7 +506,7 @@ public abstract class AppWindow : PageWindow {
Gtk.ActionEntry help_report_problem = { "CommonHelpReportProblem", null, TRANSLATABLE, null,
TRANSLATABLE, on_help_report_problem };
- help_report_problem.label = _("_Report a Problem...");
+ help_report_problem.label = _("_Report a Problem…");
actions += help_report_problem;
Gtk.ActionEntry undo = { "CommonUndo", Resources.UNDO_MENU, TRANSLATABLE, "<Ctrl>Z",
@@ -653,7 +653,7 @@ public abstract class AppWindow : PageWindow {
}
public static void database_error(DatabaseError err) {
- panic(_("A fatal error occurred when accessing Shotwell's library. Shotwell cannot continue.\n\n%s").printf(
+ panic(_("A fatal error occurred when accessing Shotwell’s library. Shotwell cannot continue.\n\n%s").printf(
err.message));
}