projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3680832
)
Remove accidental double quotes
author
Andy Allan
<gravitystorm@gmail.com>
Wed, 23 Feb 2011 18:28:37 +0000
(18:28 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 9 Mar 2011 11:01:09 +0000
(11:01 +0000)
l10n/locale/en_GB/p2_main.properties
patch
|
blob
|
history
diff --git
a/l10n/locale/en_GB/p2_main.properties
b/l10n/locale/en_GB/p2_main.properties
index 8b5746d1577aaccbb9c61f2cc96f88c849d9550a..6c45af6de15e16bb097fc63bbf58a1ab42924a47 100644
(file)
--- a/
l10n/locale/en_GB/p2_main.properties
+++ b/
l10n/locale/en_GB/p2_main.properties
@@
-12,7
+12,7
@@
main.save = Save
tag_viewer.dndprompt = Add new points by dragging them onto the map
-toolbox.delete_node = "Delete Node (Delete)"
-toolbox.delete_area = "Delete Area (Shift+Delete)"
-toolbox.delete_way = "Delete Way (Shift+Delete)"
-toolbox.delete_item = "Delete Item"
\ No newline at end of file
+toolbox.delete_node = Delete Node (Delete)
+toolbox.delete_area = Delete Area (Shift+Delete)
+toolbox.delete_way = Delete Way (Shift+Delete)
+toolbox.delete_item = Delete Item