Mailinglist Archive: opensuse-buildservice (206 mails)
| < Previous | Next > |
[opensuse-buildservice] [patch] src: fix wrong contractions
- From: Jan Engelhardt <jengelh@xxxxxxxxxx>
- Date: Sun, 27 Feb 2011 05:53:47 +0100 (CET)
- Message-id: <alpine.LNX.2.01.1102270553360.26232@obet.zrqbmnf.qr>
parent 94dd1eaffddc45446b18f66541fe20fa50628209 ()
commit e3d95304419d92a713f62c661e0819cb7039d33d
Author: Jan Engelhardt <jengelh@xxxxxxxxxx>
Date: Sun Feb 27 05:49:10 2011 +0100
src: fix wrong contractions
Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx>
---
dist/obs_mirror_project | 2 +-
src/webui/app/views/driver_update/create.html.erb | 2 +-
src/webui/app/views/request/show.html.erb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dist/obs_mirror_project b/dist/obs_mirror_project
index 8fe80e5..7f8595a 100755
--- a/dist/obs_mirror_project
+++ b/dist/obs_mirror_project
@@ -109,7 +109,7 @@ check wether those files were correctly or completely
downloaded
before.
When you restart the scheduler it will tell you about broken packages
-in it's log file in /srv/obs/log/ . Simply remove the broken package
+in its log file in /srv/obs/log/ . Simply remove the broken package
and re-run this script to update the broken file.
The paranoid may run rpm --checksig, like this:
diff --git a/src/webui/app/views/driver_update/create.html.erb
b/src/webui/app/views/driver_update/create.html.erb
index 97cfd6a..3634f46 100644
--- a/src/webui/app/views/driver_update/create.html.erb
+++ b/src/webui/app/views/driver_update/create.html.erb
@@ -112,7 +112,7 @@
<h2>Driver update disk wizard</h2>
<p>This editor helps to create the configuration for a <a
href="http://en.opensuse.org/Libzypp/Products/DuD/Installation">driver update
disk</a>.
- It will store it's settings in the _service file which generates the full
kiwi config on the build server or
+ It will store its settings in the _service file which generates the full
kiwi config on the build server or
your workstation when using osc.</p>
diff --git a/src/webui/app/views/request/show.html.erb
b/src/webui/app/views/request/show.html.erb
index 61fc71b..b23b9c9 100644
--- a/src/webui/app/views/request/show.html.erb
+++ b/src/webui/app/views/request/show.html.erb
@@ -283,7 +283,7 @@
<%= submit_tag "Forward to %s" % linked, :name => 'forward' %>
<% end -%>
<% if @req.state.name.to_s == "review" %>
- <%= submit_tag "Accept request", :name => 'accepted', :confirm =>
"Do you really wan't to approve this request, despite of open review requests
?" %>
+ <%= submit_tag "Accept request", :name => 'accepted', :confirm =>
"Do you really want to approve this request, despite of open review requests ?"
%>
<% else %>
<%= submit_tag "Accept request ", :name => 'accepted' %>
<% end %>
--
# Created with git-export-patch
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
commit e3d95304419d92a713f62c661e0819cb7039d33d
Author: Jan Engelhardt <jengelh@xxxxxxxxxx>
Date: Sun Feb 27 05:49:10 2011 +0100
src: fix wrong contractions
Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx>
---
dist/obs_mirror_project | 2 +-
src/webui/app/views/driver_update/create.html.erb | 2 +-
src/webui/app/views/request/show.html.erb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dist/obs_mirror_project b/dist/obs_mirror_project
index 8fe80e5..7f8595a 100755
--- a/dist/obs_mirror_project
+++ b/dist/obs_mirror_project
@@ -109,7 +109,7 @@ check wether those files were correctly or completely
downloaded
before.
When you restart the scheduler it will tell you about broken packages
-in it's log file in /srv/obs/log/ . Simply remove the broken package
+in its log file in /srv/obs/log/ . Simply remove the broken package
and re-run this script to update the broken file.
The paranoid may run rpm --checksig, like this:
diff --git a/src/webui/app/views/driver_update/create.html.erb
b/src/webui/app/views/driver_update/create.html.erb
index 97cfd6a..3634f46 100644
--- a/src/webui/app/views/driver_update/create.html.erb
+++ b/src/webui/app/views/driver_update/create.html.erb
@@ -112,7 +112,7 @@
<h2>Driver update disk wizard</h2>
<p>This editor helps to create the configuration for a <a
href="http://en.opensuse.org/Libzypp/Products/DuD/Installation">driver update
disk</a>.
- It will store it's settings in the _service file which generates the full
kiwi config on the build server or
+ It will store its settings in the _service file which generates the full
kiwi config on the build server or
your workstation when using osc.</p>
diff --git a/src/webui/app/views/request/show.html.erb
b/src/webui/app/views/request/show.html.erb
index 61fc71b..b23b9c9 100644
--- a/src/webui/app/views/request/show.html.erb
+++ b/src/webui/app/views/request/show.html.erb
@@ -283,7 +283,7 @@
<%= submit_tag "Forward to %s" % linked, :name => 'forward' %>
<% end -%>
<% if @req.state.name.to_s == "review" %>
- <%= submit_tag "Accept request", :name => 'accepted', :confirm =>
"Do you really wan't to approve this request, despite of open review requests
?" %>
+ <%= submit_tag "Accept request", :name => 'accepted', :confirm =>
"Do you really want to approve this request, despite of open review requests ?"
%>
<% else %>
<%= submit_tag "Accept request ", :name => 'accepted' %>
<% end %>
--
# Created with git-export-patch
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |