sigh yet another instance of quicklaunch instead of quickaccess
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 7 Dec 2012 13:55:18 +0000 (13:55 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 7 Dec 2012 13:55:18 +0000 (13:55 +0000)
SVN revision: 80456

src/modules/quickaccess/e_mod_quickaccess.c

index 74cf4a1..54b22c0 100644 (file)
@@ -365,7 +365,7 @@ _e_qa_entry_relaunch_setup(E_Quick_Access_Entry *entry)
         entry->dia = dia = e_dialog_new(NULL, "E", "_quickaccess_cmd_dialog");
 
         snprintf(buf, sizeof(buf), "%s<br>%s<br>%s<br>%s<br>%s", _("The selected window created with name:"),
-                 entry->name, _("and class:"), entry->class, _("could not be found in the quicklaunch app database<br"
+                 entry->name, _("and class:"), entry->class, _("could not be found in the Quickaccess app database<br"
                                                                "This means that either the app is unknown to us<br>"
                                                                "or it is not intended for use with this option.<br>"
                                                                "Please choose an action to take:"));