[orca] Fix a silly c&p error



commit bad128853851c07aae9bc3f252e95e4766d368b6
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Sep 30 06:49:00 2013 -0400

    Fix a silly c&p error

 src/orca/cmdnames.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/cmdnames.py b/src/orca/cmdnames.py
index bb38573..30ff3f7 100644
--- a/src/orca/cmdnames.py
+++ b/src/orca/cmdnames.py
@@ -832,7 +832,7 @@ LANDMARK_NEXT = _("Goes to next landmark.")
 # Translators: this is for navigating among ARIA landmarks in a document. ARIA
 # role landmarks are the W3C defined HTML tag attribute 'role' used to identify
 # important part of webpage like banners, main context, search etc.
-LANDMARK_LIST = _("Displays a list of large objects.")
+LANDMARK_LIST = _("Displays a list of landmarks.")
 
 # Translators: this is for navigating among large objects in a document.
 # A 'large object' is a logical chunk of text, such as a paragraph, a list,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]