diff options
author | J Shane Culpepper <pepper@eazel.com> | 2000-10-30 01:51:59 +0000 |
---|---|---|
committer | J Shane Culpepper <pepper@src.gnome.org> | 2000-10-30 01:51:59 +0000 |
commit | b61ce8edd55e0114cfdd186bb72838b2dd9a158d (patch) | |
tree | ce594000cbc99a3afcb6af5d1f02b9672503c96e /libnautilus | |
parent | 971948c68bd4f80edd1c88aca71ec0526fea37e0 (diff) | |
download | nautilus-b61ce8edd55e0114cfdd186bb72838b2dd9a158d.tar.gz |
Fixing bad spelling in caveat.
2000-10-29 J Shane Culpepper <pepper@eazel.com>
* components/loser/content/nautilus-content-loser-ui.xml.h:
* components/loser/sidebar/nautilus-sidebar-loser-ui.xml.h:
* components/mozilla/nautilus-mozilla-ui.xml.h:
* components/sample/nautilus-sample-content-view-ui.xml.h:
* components/services/summary/nautilus-view/nautilus-summary-view-u
i.xml.h:
* libnautilus/nautilus-clipboard-ui.xml.h:
* src/file-manager/nautilus-directory-view-ui.xml.h:
* src/file-manager/nautilus-icon-view-ui.xml.h:
* src/file-manager/nautilus-search-list-view-ui.xml.h:
* src/nautilus-service-ui.xml.h:
* src/nautilus-shell-ui.xml.h:
* src/nautilus-shell.c: (display_caveat):
Fixing bad spelling in caveat.
Diffstat (limited to 'libnautilus')
-rw-r--r-- | libnautilus/nautilus-clipboard-ui.xml.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libnautilus/nautilus-clipboard-ui.xml.h b/libnautilus/nautilus-clipboard-ui.xml.h index a02b15725..a1cd931bb 100644 --- a/libnautilus/nautilus-clipboard-ui.xml.h +++ b/libnautilus/nautilus-clipboard-ui.xml.h @@ -22,3 +22,11 @@ gchar *s = N_("Remove the selected text without putting it on the clipboard"); gchar *s = N_("_Copy Text"); gchar *s = N_("_Cut Text"); gchar *s = N_("_Paste Text"); +gchar *s = N_("C_lear Text"); +gchar *s = N_("Copy the selected text to the clipboard"); +gchar *s = N_("Cut the selected text to the clipboard"); +gchar *s = N_("Paste the text stored on the clipboard"); +gchar *s = N_("Remove the selected text without putting it on the clipboard"); +gchar *s = N_("_Copy Text"); +gchar *s = N_("_Cut Text"); +gchar *s = N_("_Paste Text"); |