summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-31 21:37:57 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-31 21:37:57 (EDT)
commit9904d628f4676c4ad440190805822c205c911f42 (patch)
tree46c852865eac6d969650542f295b5e570d84a0bf /locale
parenta95c249fbc6b556270d91b685b980f0cec986b23 (diff)
Rewrite oh-applypatches.
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index 520a372..3b14cc8 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -70,9 +70,6 @@ oh_str_arch_stat_plat=' Platform: %s'
oh_str_host_arch_stat_header='Host system:'
oh_str_cant_make_work_area='Can'\''t make work area'
oh_str_cant_enter_work_area='Can'\''t enter work area'
-oh_str_applying_patch='Applying patch "%s"...'
-oh_str_cant_apply_patch='Can'\''t apply patch "%s"'
-oh_str_no_patches='No patches to be applied'
# oh-unpacksource strings:
oh_str_usage_oh_unpacksource='Usage: oh-unpacksource'
@@ -86,3 +83,9 @@ oh_str_multiple_top_upstream_dirs='Multiple top-level directories found in upstr
oh_str_unpacking_upstream='Extracting upstream source archive...'
oh_str_cant_unpack_upstream='Can'\''t extract upstream source archive'
oh_str_cant_move_native='Can'\''t move extracted upstream source directory'
+
+# oh-applypatches strings:
+oh_str_usage_oh_applypatches='Usage: oh-applypatches'
+oh_str_applying_patch='Applying patch "%s"...'
+oh_str_cant_apply_patch='Can'\''t apply patch "%s"'
+oh_str_no_patches='No patches to be applied'