summaryrefslogtreecommitdiff
path: root/src/nautilus-dbus-launcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-dbus-launcher.c')
-rw-r--r--src/nautilus-dbus-launcher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-dbus-launcher.c b/src/nautilus-dbus-launcher.c
index 491f9675b..e8a43cfa2 100644
--- a/src/nautilus-dbus-launcher.c
+++ b/src/nautilus-dbus-launcher.c
@@ -46,7 +46,7 @@ on_nautilus_dbus_launcher_call_finished (GObject *source_object,
{
g_warning ("Error calling proxy %s", error->message);
message = g_strdup_printf (_("Details: %s"), error->message);
- show_dialog (_("There was an error launching the application."),
+ show_dialog (_("There was an error launching the app."),
message,
window,
GTK_MESSAGE_ERROR);
@@ -91,7 +91,7 @@ nautilus_dbus_launcher_call (NautilusDBusLauncher *self,
}
else if (window != NULL)
{
- show_dialog (_("There was an error launching the application."),
+ show_dialog (_("There was an error launching the app."),
_("Details: The proxy has not been created."),
window,
GTK_MESSAGE_ERROR);