Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 375277 Details for
Bug 543266
String fixes
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch
0001-String-fixes.patch (text/plain), 6.06 KB, created by
Bruce Cowan
on 2009-12-02 02:06:05 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Bruce Cowan
Created:
2009-12-02 02:06:05 UTC
Size:
6.06 KB
patch
obsolete
>From 69921a5637cb03a1780e4bf5e4d8b995a5cb2e90 Mon Sep 17 00:00:00 2001 >From: Bruce Cowan <bcowan@fastmail.co.uk> >Date: Wed, 2 Dec 2009 02:04:32 +0000 >Subject: [PATCH] String fixes > >--- > src/Gui/ABRTPlugin.py | 2 +- > src/Gui/CCDBusBackend.py | 2 +- > src/Gui/CCReporterDialog.py | 4 ++-- > src/Gui/dialogs.glade | 2 +- > src/Gui/settings.glade | 10 +++++----- > 5 files changed, 10 insertions(+), 10 deletions(-) > >diff --git a/src/Gui/ABRTPlugin.py b/src/Gui/ABRTPlugin.py >index 8483be4..ea90b87 100644 >--- a/src/Gui/ABRTPlugin.py >+++ b/src/Gui/ABRTPlugin.py >@@ -94,7 +94,7 @@ class PluginInfo(): > if self.Name: > self.Settings.load(self.Name, default_settings) > else: >- print _("Plugin name is not set, can't load it's settings") >+ print _("Plugin name is not set, can't load its settings") > > def save_settings(self): > self.Settings.save(str(self.Name)) >diff --git a/src/Gui/CCDBusBackend.py b/src/Gui/CCDBusBackend.py >index 30c5103..c8b8ca8 100644 >--- a/src/Gui/CCDBusBackend.py >+++ b/src/Gui/CCDBusBackend.py >@@ -152,7 +152,7 @@ class DBusManager(gobject.GObject): > if dump: > self.emit("analyze-complete", dump) > else: >- self.emit("abrt-error",_("Daemon did't return valid report info\nDebuginfo is missing?")) >+ self.emit("abrt-error",_("Daemon didn't return valid report info\nDebuginfo is missing?")) > > def report_done(self, result): > self.emit("report-done", result) >diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py >index 16f5843..8425484 100644 >--- a/src/Gui/CCReporterDialog.py >+++ b/src/Gui/CCReporterDialog.py >@@ -223,13 +223,13 @@ class ReporterDialog(): > lErrors.set_markup( > "<span color=\"white\">%s</span>" % _("Reporting disabled because the backtrace is unusable.\nPlease try to install debuginfo manually using command:<span color=\"blue\"> debuginfo-install %s </span>\nthen use Refresh button to regenerate the backtrace." % package[0:package.rfind('-',0,package.rfind('-'))])) > else: >- lErrors.set_markup("<span color=\"white\">%s</span>" % _("The bactrace is unusable, you can't report this!")) >+ lErrors.set_markup("<span color=\"white\">%s</span>" % _("The backtrace is unusable, you can't report this!")) > bSend.set_sensitive(False) > # probably usable 3 > elif int(self.report[item][CD_CONTENT]) < 4: > ebErrors.show() > ebErrors.modify_bg(gtk.STATE_NORMAL, gtk.gdk.color_parse("yellow")) >- lErrors.set_markup("<span color=\"black\">%s</span>" % _("The bactrace is incomplete, please make sure you provide good steps to reproduce.")) >+ lErrors.set_markup("<span color=\"black\">%s</span>" % _("The backtrace is incomplete, please make sure you provide good steps to reproduce.")) > bSend.set_sensitive(True) > else: > ebErrors.hide() >diff --git a/src/Gui/dialogs.glade b/src/Gui/dialogs.glade >index e691089..9d24864 100644 >--- a/src/Gui/dialogs.glade >+++ b/src/Gui/dialogs.glade >@@ -44,7 +44,7 @@ > <property name="layout_style">end</property> > <child> > <object class="GtkButton" id="button1"> >- <property name="label" translatable="yes">gtk-ok</property> >+ <property name="label">gtk-ok</property> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="receives_default">True</property> >diff --git a/src/Gui/settings.glade b/src/Gui/settings.glade >index 2d50ab1..8eaa776 100644 >--- a/src/Gui/settings.glade >+++ b/src/Gui/settings.glade >@@ -188,7 +188,7 @@ > </child> > <child> > <object class="GtkButton" id="bClose"> >- <property name="label" translatable="yes">gtk-close</property> >+ <property name="label">gtk-close</property> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="receives_default">True</property> >@@ -692,7 +692,7 @@ > </child> > <child> > <object class="GtkButton" id="bSaveSettings"> >- <property name="label" translatable="yes">gtk-ok</property> >+ <property name="label">gtk-ok</property> > <property name="visible">True</property> > <property name="sensitive">False</property> > <property name="can_focus">True</property> >@@ -758,7 +758,7 @@ > <property name="homogeneous">True</property> > <child> > <object class="GtkButton" id="bAddGPGKey"> >- <property name="label" translatable="yes">gtk-add</property> >+ <property name="label">gtk-add</property> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="receives_default">True</property> >@@ -770,7 +770,7 @@ > </child> > <child> > <object class="GtkButton" id="bRemoveGPGKey"> >- <property name="label" translatable="yes">gtk-remove</property> >+ <property name="label">gtk-remove</property> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="receives_default">True</property> >@@ -794,7 +794,7 @@ > </child> > <child> > <object class="GtkButton" id="bCancelGPGKeys"> >- <property name="label" translatable="yes">gtk-cancel</property> >+ <property name="label">gtk-cancel</property> > <property name="visible">True</property> > <property name="can_focus">True</property> > <property name="receives_default">True</property> >-- >1.6.5.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 543266
: 375277 |
375638